Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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)

indentation_t10655_r10178.diff (1.5 KB ) - added by Andrew Badr 15 years ago.
10655-patch.diff (1.2 KB ) - added by floguy 15 years ago.
Here's a patch for this problem

Download all attachments as: .zip

Change History (5)

by Andrew Badr, 15 years ago

comment:1 by Andrew Badr, 15 years ago

Has patch: set
Owner: changed from Andrzej Nowrot to Andrew Badr
Triage Stage: UnreviewedReady for checkin

by floguy, 15 years ago

Attachment: 10655-patch.diff added

Here's a patch for this problem

comment:2 by jbronn, 15 years ago

Resolution: fixed
Status: newclosed

(In [10186]) Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr for the ticket & patch.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top