diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2011-05-03 03:15:28 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2011-05-03 03:15:28 +0000 |
| commit | c21d3afaef09f84e9512405d258d63d4111e68a8 (patch) | |
| tree | e5cae92ea2a2c9f160db3f48ecf5fd75cbb7e69f | |
| parent | 5487ec803937cbb3e6b979883c69ef1eead1403d (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.txt | 2 |
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. |
