Opened 11 years ago
Closed 11 years ago
#21083 closed Uncategorized (fixed)
Spelling error in example code
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
There is a small error in
https://docs.djangoproject.com/en/dev/intro/tutorial05/
which causes the tests to fail.
The example code for test_index_view_with_two_past_questions instantiates a question with the text "Past quesiton 1." and looks for the text "Past question 1."
Note:
See TracTickets
for help on using tickets.
In 0ac7cc32655c670168b3c111cef1101ed1a09d1a: