Skip to content

Commit 172255e

Browse files
committed
PEP8Bear: Rename comment to say PyCodeStyle
Due to semantics, PEP8 is not the right word here, PyDocStyle, the tool whichisenforcing these is the correct word. PEP8 is a document which states it's OK to break it's own style guide, and hence the style guide enforced is not PEP8. Fixes #627
1 parent 89f393f commit 172255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bears/python/PEP8Bear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ def run(self, filename, file,
4949

5050
for diff in diffs:
5151
yield Result(self,
52-
"The code does not comply to PEP8.",
52+
"The code does not comply to PyCodeStyle.",
5353
affected_code=(diff.range(filename),),
5454
diffs={filename: diff})

0 commit comments

Comments
 (0)