summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Serba <nikitaserba@icloud.com>2020-01-22 20:22:25 +0200
committerGitHub <noreply@github.com>2020-01-22 20:22:25 +0200
commit2f0ca0b42660d7a6ee239f3a372a8783ad20c37a (patch)
treece67b2878e3b5c149d1e8ad55e8727c0f586e171
parentce2fcd3cd4cebdf7eb320d037695883cd046b96f (diff)
downloadpep8-2f0ca0b42660d7a6ee239f3a372a8783ad20c37a.tar.gz
Update pycodestyle.py
Co-Authored-By: Anthony Sottile <asottile@umich.edu>
-rwxr-xr-xpycodestyle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycodestyle.py b/pycodestyle.py
index 0c043fc..7b5b4f8 100755
--- a/pycodestyle.py
+++ b/pycodestyle.py
@@ -857,7 +857,7 @@ def missing_whitespace_around_operator(logical_line, tokens):
pass
elif prev_text == '/' and text == ',':
# Tolerate the "/" operator in function definition
- # For more info see PEP570source
+ # For more info see PEP570
pass
else:
if need_space is True or need_space[1]: