#8829 closed (fixed)
form.as_li should be form.as_ul in one documentation file
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | forms | |
| 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 URL http://docs.djangoproject.com/en/dev/topics/forms/, there is a reference to form.as_li instead of form.as_ul. (Actually, I think form.as_li is a better name because it's neutral with respect to ol and ul, but I guess form.as_ul has already been settled.)
Change History (3)
comment:1 by , 17 years ago
| milestone: | → 1.0 |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8904]) Fixed #8829: Corrected typo in docs/topics/forms/index.txt