]> git.sesse.net Git - nageru-docs/commitdiff
Syntax fix; Movit effects are italics, not bold.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 7 Nov 2016 21:05:43 +0000 (22:05 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 7 Nov 2016 21:05:43 +0000 (22:05 +0100)
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"))