Fixed typos in docs/url_dispatch from [282]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f8e5df6d7e
commit
9c3c0bed33
|
@ -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
|
||||
========================
|
||||
|
|
Loading…
Reference in New Issue