Opened 16 years ago
Closed 16 years ago
#8352 closed (fixed)
Misspelling near the end of contenttypes doc
Reported by: | Craig Steinberger | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
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
In the last paragraph of http://www.djangoproject.com/documentation/contenttypes/ (the paragraph titled: Generic relations in forms and admin), In the first sentence the module is described as:
django.contrib.contenttypes.genric
it should be:
django.contrib.contenttypes.generic
Note:
See TracTickets
for help on using tickets.
(In [8394]) Fixed #8352 -- Corrected a typo in the contenttypes.txt documentation. Thanks cjs for the ticket.