Skip to content

Commit 2f0ca0b

Browse files
sandsbitasottile
andauthored
Update pycodestyle.py
Co-Authored-By: Anthony Sottile <[email protected]>
1 parent ce2fcd3 commit 2f0ca0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycodestyle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ def missing_whitespace_around_operator(logical_line, tokens):
857857
pass
858858
elif prev_text == '/' and text == ',':
859859
# Tolerate the "/" operator in function definition
860-
# For more info see PEP570source
860+
# For more info see PEP570
861861
pass
862862
else:
863863
if need_space is True or need_space[1]:

0 commit comments

Comments
 (0)