From 9c3c0bed334ce5db7156128d5639182bb4170315 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 21 Jul 2005 19:45:36 +0000 Subject: [PATCH] Fixed typos in docs/url_dispatch from [282] git-svn-id: http://code.djangoproject.com/svn/django/trunk@286 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/url_dispatch.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/url_dispatch.txt b/docs/url_dispatch.txt index 14bf67be92..c4603e69ac 100644 --- a/docs/url_dispatch.txt +++ b/docs/url_dispatch.txt @@ -37,9 +37,8 @@ above example could be written more concisely as:: .. admonition:: Note - More precisely, the actual view function use is ``prefix + "." + - function_name``; that is, the trailing "dot" does not need to be put in the - prefix. Django: saving you time, one keystroke at a time. + More precisely, the actual view function used is ``prefix + "." + + function_name``. The trailing "dot" does not need to be put in the prefix. Including other URLconfs ========================