diff options
Diffstat (limited to 'pycodestyle.py')
-rwxr-xr-x | pycodestyle.py | 2 |
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]: |