Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1156 closed defect (fixed)

Typo in URL Dispatcher Docs.

Reported by: Brian Ray <bray@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: trivial Keywords:
Cc: bray@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Captured parameters

# In foo/urls/blog.py
urlpatterns = patterns('foo.views'
    (r'^$', 'blog.index'),

There needs to be a comma after "'foo.views'".

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1813]) Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian Ray

Note: See TracTickets for help on using tickets.
Back to Top