Skip to content

Commit ce512a4

Browse files
authored
Small update to CONTRIBUTING.md (#296)
* small update to CONTRIBUTING.md * revert accidental change to the header
1 parent 7ead159 commit ce512a4

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
@@ -120,8 +120,8 @@ tools:
120120
- No PEP8 warnings, check with:
121121

122122
```bash
123-
$ pip install pep8
124-
$ pep8 path/to/module.py
123+
$ pip install pycodestyle
124+
$ pycodestyle path/to/module.py
125125
```
126126

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

0 commit comments

Comments
 (0)