Skip to content

Commit 459dd23

Browse files
authored
DOC mention pycodestyle instead of pep8 (#677)
1 parent b9a290a commit 459dd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ tools:
108108

109109
- No PEP8 warnings, check with:
110110

111-
$ pip install pep8
112-
$ pep8 path/to/module.py
111+
$ pip install pycodestyle
112+
$ pycodestyle path/to/module.py
113113

114114
- AutoPEP8 can help you fix some of the easy redundant errors:
115115

0 commit comments

Comments
 (0)