pep8ify icon indicating copy to clipboard operation
pep8ify copied to clipboard

Fix maximum_line_length should be able to break on a long string

Open spulec opened this issue 13 years ago • 0 comments

ie

text = "Imagine this is a string that goes over 80 chars"

to

text = "Imagine this is a string that"
    " goes over 80 chars"

spulec avatar Oct 11 '12 13:10 spulec