summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-01-26 12:11:55 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-01-26 12:11:55 +0100
commit50e831500490d1f6cb01395f43c29dd577427b0b (patch)
tree1a7aff6e29938af4ec16fe7f16504a86864d226c /docs
parent49cc6a478a61a2c0718763a5a9eeae3029cf4540 (diff)
downloadpep8-50e831500490d1f6cb01395f43c29dd577427b0b.tar.gz
Use OptionParser.prog in read_config instead of 'pep8'; feature #154
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 4094036..2349e5c 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -87,6 +87,7 @@ 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:: init_checks_registry()
.. autofunction:: init_tests(pep8style)
.. autofunction:: selftest(options)