Django

Code

Changeset 1790

Show
Ignore:
Timestamp:
12/28/05 17:14:09 (3 years ago)
Author:
adrian
Message:

Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joost

Files:

Legend:

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

    r1471 r1790  
    149149vs. non-named groups in a regular expression: 
    150150 
    151     * If there are any named groups, it will use those as keyword arguments, 
    152       ignoring any non-named groups. 
    153     * Otherwise, it will pass all non-named groups as positional arguments. 
    154     * In both cases, it will pass any extra 
    155  
    156151If there are any named arguments, it will use those, ignoring non-named arguments. 
    157152Otherwise, it will pass all non-named arguments as positional arguments.