summaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-30 15:26:29 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-30 15:26:29 -0700
commit822258b5001e7e00af06461ba8f7cee6971e8562 (patch)
tree9bb8e1e2a26b70e77d7b0f5f11ff020cec702978 /docs/api.rst
parentc40150a7d06cbe1047502b836cc0d769e26364d6 (diff)
parenteee59ff17de5fb341b3c05de51df6c8377ef88d0 (diff)
downloadpep8-822258b5001e7e00af06461ba8f7cee6971e8562.tar.gz
Merge branch 'doc-update'
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/api.rst b/docs/api.rst
index b346aba..f9c7066 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -1,8 +1,8 @@
-========
-pep8 API
-========
+===============
+pycodestyle API
+===============
-.. module:: pep8
+.. module:: pycodestyle
The library provides classes which are usable by third party tools.
@@ -84,5 +84,5 @@ Utilities
.. autofunction:: stdin_get_value()
.. autofunction:: parse_udiff(diff, patterns=None, parent='.')
.. autofunction:: filename_match(filename, patterns, default=True)
- .. autofunction:: get_parser(prog='pep8', version=pep8.__version__)
+ .. autofunction:: get_parser(prog='pycodestyle', version=pycodestyle.__version__)
.. autofunction:: init_checks_registry()