Django

Code

Changeset 286

Show
Ignore:
Timestamp:
07/21/05 14:45:36 (3 years ago)
Author:
adrian
Message:

Fixed typos in docs/url_dispatch from [282]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/url_dispatch.txt

    r282 r286  
    3838.. admonition:: Note 
    3939 
    40     More precisely, the actual view function use is ``prefix + "." + 
    41     function_name``; that is, the trailing "dot" does not need to be put in the 
    42     prefix.  Django: saving you time, one keystroke at a time. 
     40    More precisely, the actual view function used is ``prefix + "." + 
     41    function_name``. The trailing "dot" does not need to be put in the prefix. 
    4342 
    4443Including other URLconfs