]> git.sesse.net Git - nageru-docs/blobdiff - theme.rst
Syntax fix; Movit effects are italics, not bold.
[nageru-docs] / theme.rst
index 655329e840aa168d810f6b6fac976eb1b3e4fe85..162d86234dd29afbc9603461746cdece1162a94e 100644 (file)
--- a/theme.rst
+++ b/theme.rst
@@ -327,7 +327,7 @@ were created like this::
 
   input = chain:add_live_input(false, deint)
 
-Image inputs are instead created by instantiating **ImageInput** and
+Image inputs are instead created by instantiating *ImageInput* and
 adding them manually to the chain::
 
   input = chain:add_effect(ImageInput.new("bg.jpeg"))