Fix some issues with backslashes.

This commit is contained in:
Dave Halter
2017-07-02 19:38:07 +02:00
parent 36a59a3d3b
commit 3057d15a4d
2 changed files with 40 additions and 33 deletions

View File

@@ -54,8 +54,8 @@ a = (123,
if start[1] > end_col and not (
over_indent == 4 and indent_next):
return(0, "E121 continuation line over-"
"indented for visual indent")
return (0, "E121 continuation line over-"
"indented for visual indent")
print "OK", ("visual",
@@ -192,7 +192,7 @@ fooff(aaaa,
#
if bar:
return(
return (
start, 'E121 lines starting with a '
'closing bracket should be indented '
"to match that of the opening "