Django

Code

Changeset 5369

Show
Ignore:
Timestamp:
05/27/07 09:09:57 (1 year ago)
Author:
mtredinnick
Message:

Fixed a typo.

Files:

Legend:

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

    r5362 r5369  
    565565    reverse(viewname, urlconf=None, args=None, kwargs=None) 
    566566 
    567 The view name is either the function name or the `URL pattern name`_)
     567The view name is either the function name or the `URL pattern name`_
    568568Normally you will not need to worry about the ``urlconf`` parameter and will 
    569569only pass in the positional and keyword arguments to use in the url matching.