Skip to content

Commit

Permalink
Fix an indentation issue.
Browse files Browse the repository at this point in the history
This was causing pep8 to return the new W293 warning when run on
itself.
  • Loading branch information
David Thompson committed Jun 21, 2010
1 parent 9721e88 commit 233ef4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def trailing_whitespace(physical_line):
matching a blank line to its indentation level avoids mistakenly
terminating a multi-line statement (e.g. class declaration) when
pasting code into the standard Python interpreter.
[1] http://docs.python.org/reference/lexical_analysis.html#blank-lines
The warning returned varies on whether the line itself is blank, for easier
Expand Down

0 comments on commit 233ef4d

Please sign in to comment.