Skip to content

Commit eee59ff

Browse files
committed
Updated two more references to old name
1 parent 23d95cd commit eee59ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Contributing to ``pep8``
2-
========================
1+
Contributing to ``pycodestyle``
2+
===============================
33

44
Please see the `developer notes <https://pycodestyle.readthedocs.io/en/latest/developer.html>`_

docs/intro.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ Or you can display how often each error was found::
106106
612 W601 .has_key() is deprecated, use 'in'
107107
1188 W602 deprecated form of raising exception
108108

109-
You can also make pep8.py show the error text in different formats by using --format having options default/pylint/custom::
109+
You can also make pycodestyle.py show the error text in different formats by
110+
using --format having options default/pylint/custom::
110111

111112
$ pycodestyle testsuite/E40.py --format=default
112113
testsuite/E40.py:2:10: E401 multiple imports on one line

0 commit comments

Comments
 (0)