summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2010-03-10 00:58:05 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2010-03-10 00:58:05 +0000
commitff2d0ebdb8a57aa00d31c41b0556c456943f2b53 (patch)
treefb821b0624ceff5f6cb50d5711ab6b85b5c0d17e /docs/releases
parente316b8b981344c6f4663ddcec268e995db61202e (diff)
Fixed three small doc markup errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12741 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
index 24dc483f73..9851d01652 100644
--- a/docs/releases/1.2.txt
+++ b/docs/releases/1.2.txt
@@ -638,7 +638,7 @@ anymore, unless you're the nostalgic type.
The operators supported are ``==``, ``!=``, ``<``, ``>``, ``<=``, ``>=``,
``in`` and ``not in``, all of which work like the Python operators, in addition
- to ``and``, ``or`` and ``not``, which were already supported.
+to ``and``, ``or`` and ``not``, which were already supported.
Also, filters may now be used in the ``if`` expression. For example: