]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix and/or logic in docs (#521)
authorZach Malone <zmalone@users.noreply.github.com>
Fri, 6 Jan 2017 13:19:41 +0000 (06:19 -0700)
committerAdrian <adrian@planetcoding.net>
Fri, 6 Jan 2017 13:19:41 +0000 (14:19 +0100)
docs/templates.rst

index 257d6bfe0607c25dd55b01a97bf543b71124ce5c..9c3e7d5fa9ef95047f1a719f91c276c3f68f5c9a 100644 (file)
@@ -681,7 +681,7 @@ If
 
 The `if` statement in Jinja is comparable with the Python if statement.
 In the simplest form, you can use it to test if a variable is defined, not
-empty or not false::
+empty and not false::
 
     {% if users %}
     <ul>