Opened 16 years ago
Closed 16 years ago
#8863 closed (fixed)
Accidental duplication of word in 'porting guide'.
Reported by: | cactus | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
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
Found an accidental duplication of a word in the '1.0 porting guide'
""" The oldforms module was also removed removed. """
Should likely say:
""" The oldforms module was also removed. """
url of occurance: http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/
Note:
See TracTickets
for help on using tickets.
This was fixed by [8966]