Typo fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-04-01 07:36:06 +00:00
parent 70c4a88e82
commit b6f085aa43
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ optional extra arguments dictionary. For example::
...
)
See `Naming URL patterns`_ for why then ``name`` parameter is useful.
See `Naming URL patterns`_ for why the ``name`` parameter is useful.
handler404
----------