diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-04-01 07:36:06 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-04-01 07:36:06 +0000 |
| commit | b6f085aa432eb0cf31e6cc61616e0ee812c693ae (patch) | |
| tree | 62d8312fae0796f4275020ca1b733dd6979a6f97 /docs | |
| parent | 70c4a88e8286d8495faedf6295cb16101e4cc96c (diff) | |
Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/url_dispatch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/url_dispatch.txt b/docs/url_dispatch.txt index cc34e9f889..e6e1cb6cbf 100644 --- a/docs/url_dispatch.txt +++ b/docs/url_dispatch.txt @@ -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 ---------- |
