#11469 closed (fixed)
Small typo in tutorial3
| Reported by: | msgre | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | tutorial03 typo | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
At line 368 in tutorial03.txt (http://code.djangoproject.com/browser/django/trunk/docs/intro/tutorial03.txt?rev=11052#L368) is written "Three more things...", but there are four items in the list below (so sentence should begin with "Four more things...")
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | 11469.diff added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| Keywords: | typo added |
| Triage Stage: | Unreviewed → Ready for checkin |
| Version: | 1.0 → SVN |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [11235]) Fixed #11469 -- Removed suspicion that Django developers have trouble counting to four. Thanks to msgre for the report.