summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-21 19:45:36 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-21 19:45:36 +0000
commit9c3c0bed334ce5db7156128d5639182bb4170315 (patch)
tree53ad4af3636d986e3c7dd8cf9615c0eef42d11f9 /docs
parentf8e5df6d7ebdd5dd48ee56645fc008928b478358 (diff)
Fixed typos in docs/url_dispatch from [282]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/url_dispatch.txt5
1 files 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
========================