Fixed #15952 -- fixed an error in the template builtins docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor 2011-05-03 03:15:28 +00:00
parent 5487ec8039
commit c21d3afaef
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ how ``x in y`` will be interpreted::
{% endif %}
``not in`` operator
~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^
Not contained within. This is the negation of the ``in`` operator.