Opened 19 years ago
Closed 19 years ago
#3887 closed (fixed)
[patch] error in doku for with-tag defaulttags.py
| Reported by: | Florian Apolloner | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
error in doku for with-tag defaulttags.py
The doc-string is wrong, I have attached a patch
(Does not know whether Tagsyntax is correct, I just corrected the error admin put out)
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | defaulttags.patch added |
|---|
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4909]) Fixed #3887 -- Fixed formatting error in docstring that was causing problems in
online admin documentation. Thanks Florian Apolloner.