#1833 closed defect (fixed)
Small errors in the tutorial [documentation issue]
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
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
I've found some small errors in the tutorial :
tutorial02
line 74 : wrong filename => mysite/polls/models/polls.py should be mysite/polls/models.py
tutorial03
line 97 : backslash not escaped : maybe \d+ should be replaced by
d+ (I'm not sure about this one)
tutorial04
line 222 : you should replace polls/polls_detail with polls/poll_detail
:)
Note:
See TracTickets
for help on using tickets.
(In [2923]) Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@…