Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

(In [15069]) Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott for the report.

comment:2 by Tim Graham, 13 years ago

(In [15070]) [1.2.X] Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott for the report.

Backport of r15069 from trunk.

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