#14890 closed (fixed)
Copy edit error on http://docs.djangoproject.com/en/1.2/intro/tutorial03/
| Reported by: | dbaggott | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.2 |
| Severity: | 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
Under the Philosophy section of part 3 of the tutorial: http://docs.djangoproject.com/en/1.2/intro/tutorial03/#philosophy
The current text reads:
In our poll application, we’ll have the following four views: * Poll “archive” page – displays the latest few polls.
In comparison to the Weblog application example that immediately precedes it, it's clear that archive is the incorrect word. It should probably read:
In our poll application, we’ll have the following four views: * Poll homepage – displays the latest few polls.
Change History (2)
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [15069]) Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott for the report.