Opened 10 years ago

Closed 10 years ago

#22687 closed Bug (invalid)

Wrong filename in documentation

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the tutorial on https://docs.djangoproject.com/en/1.6/intro/tutorial03/:

" ... Wire these new views into the polls.urls module by adding the following url() calls: ..."

But the filename should be "urls.py" and not "polls.urls".

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: invalid
Status: newclosed

The documentation is describing a Python module, not a filename.

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