summaryrefslogtreecommitdiff
path: root/pep8.py
diff options
context:
space:
mode:
authorIan Cordasco <sigmavirus24@users.noreply.github.com>2016-05-25 15:55:10 -0500
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2016-05-25 15:55:10 -0500
commit123d99e39b9f18ee38fc4b17b692914ae04b03e9 (patch)
tree6ca1ecc394c8e9d0c4da5b7fb72647ed98a52e41 /pep8.py
parente8ccd6726d440274c8e63001c4b9cd435277ced4 (diff)
parent481c233ffe07c13ff164bb4ce25e6791ec3e1494 (diff)
downloadpep8-123d99e39b9f18ee38fc4b17b692914ae04b03e9.tar.gz
Merge pull request #512 from jwilk/spelling
Fix spelling
Diffstat (limited to 'pep8.py')
-rwxr-xr-xpep8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pep8.py b/pep8.py
index 0d329f3..207af15 100755
--- a/pep8.py
+++ b/pep8.py
@@ -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])