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
This commit is contained in:
Jacob Kaplan-Moss 2010-02-14 18:43:47 +00:00
parent 3d84904794
commit db0209e2b2
1 changed files with 1 additions and 1 deletions

View File

@ -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