Django

Code

Changeset 2624

Show
Ignore:
Timestamp:
04/06/06 09:20:11 (2 years ago)
Author:
adrian
Message:

Fixed #1588 -- Fixed typo in docs/url_dispatch.txt

Files:

Legend:

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

    r1898 r2624  
    174174-------- 
    175175 
    176 A function that takes a prefix an arbitrary number of URL patterns and returns 
    177 a list of URL patterns in the format Django needs. 
     176A function that takes a prefix, and an arbitrary number of URL patterns, and 
     177returns a list of URL patterns in the format Django needs. 
    178178 
    179179The first argument to ``patterns()`` is a string ``prefix``. See