Django

Code

Changeset 9328

Show
Ignore:
Timestamp:
11/01/08 23:17:59 (2 months ago)
Author:
kmtracey
Message:

Fixed #9495 -- Corrected typo in urls doc. Thanks seemant.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/topics/http/urls.txt

    r9167 r9328  
    555555matching. 
    556556 
    557 Here's the above example, rewritten to used named URL patterns:: 
     557Here's the above example, rewritten to use named URL patterns:: 
    558558 
    559559    urlpatterns = patterns('',