]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
fix code block markup
authorDavid Lord <davidism@gmail.com>
Thu, 18 Jan 2018 16:56:55 +0000 (08:56 -0800)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 16:56:55 +0000 (08:56 -0800)
closes #800

docs/templates.rst

index d10d5e6729bb84811a1409ff4b6819e1c914836a..266da6146767eee85f5c16e942c4b96e43e09719 100644 (file)
@@ -1309,7 +1309,7 @@ The general syntax is ``<do something> if <something is true> else <do
 something else>``.
 
 The `else` part is optional.  If not provided, the else block implicitly
-evaluates into an undefined object::
+evaluates into an undefined object:
 
 .. sourcecode:: jinja