summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2011-05-03 03:15:28 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2011-05-03 03:15:28 +0000
commitc21d3afaef09f84e9512405d258d63d4111e68a8 (patch)
treee5cae92ea2a2c9f160db3f48ecf5fd75cbb7e69f
parent5487ec803937cbb3e6b979883c69ef1eead1403d (diff)
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
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index eaa576ef15..1767b5ba07 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -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.