From: Zach Malone Date: Fri, 6 Jan 2017 13:19:41 +0000 (-0700) Subject: Fix and/or logic in docs (#521) X-Git-Tag: 2.9~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c174b31aec1ad30225e443dbccda872cdf94e2;p=thirdparty%2Fjinja.git Fix and/or logic in docs (#521) --- diff --git a/docs/templates.rst b/docs/templates.rst index 257d6bfe..9c3e7d5f 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -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 %}