#9507 closed (fixed)
Broken examples in admin documentation
Reported by: | John-Scott Atlakson | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Two examples in the admin doc incorrectly call .upper() on a tuple.
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | r9333-admin-doc.diff added |
---|
comment:1 by , 16 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Yes, Chris' first example is the intention. Otherwise the example wouldn't make sense.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
With a function called
upper_case_name
, the output should match. Something like:or probably this would be clearer: