From db0209e2b215052f13737249462b644ee85f0249 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sun, 14 Feb 2010 18:43:47 +0000 Subject: [PATCH] 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 --- docs/releases/1.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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