summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-29 17:13:21 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-29 17:13:21 -0700
commiteee59ff17de5fb341b3c05de51df6c8377ef88d0 (patch)
treeb21782e6766b36dc849a3beb7bb31feafc7d39bd
parent23d95cd4246bbf71e5ce2df1e70bd915de43496d (diff)
downloadpep8-doc-update.tar.gz
Updated two more references to old namedoc-update
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--docs/intro.rst3
2 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 61c2822..9771176 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,4 +1,4 @@
-Contributing to ``pep8``
-========================
+Contributing to ``pycodestyle``
+===============================
Please see the `developer notes <https://pycodestyle.readthedocs.io/en/latest/developer.html>`_
diff --git a/docs/intro.rst b/docs/intro.rst
index d3cd755..2281ef1 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -106,7 +106,8 @@ Or you can display how often each error was found::
612 W601 .has_key() is deprecated, use 'in'
1188 W602 deprecated form of raising exception
-You can also make pep8.py show the error text in different formats by using --format having options default/pylint/custom::
+You can also make pycodestyle.py show the error text in different formats by
+using --format having options default/pylint/custom::
$ pycodestyle testsuite/E40.py --format=default
testsuite/E40.py:2:10: E401 multiple imports on one line