From c21d3afaef09f84e9512405d258d63d4111e68a8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 3 May 2011 03:15:28 +0000 Subject: [PATCH] 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 --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.