summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2010-02-14 18:43:47 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2010-02-14 18:43:47 +0000
commitdb0209e2b215052f13737249462b644ee85f0249 (patch)
tree4dcbfab6e36d74057073946bacf32065772bd679 /docs/releases
parent3d849047949c494e10fcb6c1f85fe9b43fd4f478 (diff)
Fixed #12798: fixed a typo in the 1.2 release notes. Thanks, Andrew Badr.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12433 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 f8bb3c8bf3..069e16b567 100644
--- a/docs/releases/1.2.txt
+++ b/docs/releases/1.2.txt
@@ -580,7 +580,7 @@ added support for comparison operators. No longer will you have to type:
...
{% endifnotequal %}
-You can now do this::
+You can now do this:
.. code-block:: html+django