#10655 closed (fixed)
django/utils/text.py contains inconsistent indentation
Reported by: | Andrew Badr | Owned by: | Andrew Badr |
---|---|---|---|
Component: | Uncategorized | Version: | 1.0 |
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
Between lines 222 and 242, django/utils/text.py has an extra space of indentation.
Attachments (2)
Change History (5)
by , 16 years ago
Attachment: | indentation_t10655_r10178.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Triage Stage: | Unreviewed → Ready for checkin |
by , 16 years ago
Attachment: | 10655-patch.diff added |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Here's a patch for this problem