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 ========================