#1510 closed defect (fixed)
[patch] Minor documentation glitch
Reported by: | pa-ching | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
At http://www.djangoproject.com/documentation/generic_views/#using-list-detail-generic-views
There's an error in the documentation:
System Message: ERROR/3 (/home/html/djangoproject.com/docs/generic_views.txt, line 297) Malformed table. Text in column margin at line offset 11.
It looks like someone has forgotten the newline before template_object_name
.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | docs_generic_views.diff added |
---|
comment:1 by , 19 years ago
Summary: | Minor documentation glitch → [patch] Minor documentation glitch |
---|
This bug is a bit embarrassing since it appears in the official documentation on djangoproject.com as a ReST error message.
Notice how the red-green highlighted view of Andy's patch looks a bit different than the plain text version? There's a space missing on the first text row of each right-column cell.
I noted this on #trac in freenode, but didn't check trac tickets.
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Formatting (ReST) fix