Commit 533b5c93 authored by Luke Plant's avatar Luke Plant
Browse files

Fixed typo and small formatting mistake in docs



git-svn-id: http://code.djangoproject.com/svn/django/trunk@13118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 434bf737
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1407,7 +1407,7 @@ For example::

If ``value`` is ``123456789``, the output will be ``8``.

.. templatefilter:: iriendcode
.. templatefilter:: iriencode

iriencode
~~~~~~~~~
+1 −1
Original line number Diff line number Diff line
@@ -787,7 +787,7 @@ the following line to your URLconf::
    starting point. It assumes you have a :file:`base.html` template that
    defines a ``content`` block:

    .. code-block:: html
    .. code-block:: html+django

        {% extends "base.html" %}