summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]: