From b6f085aa432eb0cf31e6cc61616e0ee812c693ae Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 1 Apr 2007 07:36:06 +0000 Subject: [PATCH] Typo fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4903 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/url_dispatch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------