#1156 closed defect (fixed)
Typo in URL Dispatcher Docs.
| Reported by: | 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'".
Note:
See TracTickets
for help on using tickets.
(In [1813]) Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian Ray