Commit db0209e2 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

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
parent 3d849047
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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