diff options
author | Ian Cordasco <sigmavirus24@users.noreply.github.com> | 2016-05-25 15:55:10 -0500 |
---|---|---|
committer | Ian Cordasco <sigmavirus24@users.noreply.github.com> | 2016-05-25 15:55:10 -0500 |
commit | 123d99e39b9f18ee38fc4b17b692914ae04b03e9 (patch) | |
tree | 6ca1ecc394c8e9d0c4da5b7fb72647ed98a52e41 /pep8.py | |
parent | e8ccd6726d440274c8e63001c4b9cd435277ced4 (diff) | |
parent | 481c233ffe07c13ff164bb4ce25e6791ec3e1494 (diff) | |
download | pep8-123d99e39b9f18ee38fc4b17b692914ae04b03e9.tar.gz |
Merge pull request #512 from jwilk/spelling
Fix spelling
Diffstat (limited to 'pep8.py')
-rwxr-xr-x | pep8.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -582,7 +582,7 @@ def continued_indentation(logical_line, tokens, indent_level, hang_closing, break assert len(indent) == depth + 1 if start[1] not in indent_chances: - # allow to line up tokens + # allow lining up tokens indent_chances[start[1]] = text last_token_multiline = (start[0] != end[0]) |