diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2013-01-26 12:11:55 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2013-01-26 12:11:55 +0100 |
commit | 50e831500490d1f6cb01395f43c29dd577427b0b (patch) | |
tree | 1a7aff6e29938af4ec16fe7f16504a86864d226c /docs | |
parent | 49cc6a478a61a2c0718763a5a9eeae3029cf4540 (diff) | |
download | pep8-50e831500490d1f6cb01395f43c29dd577427b0b.tar.gz |
Use OptionParser.prog in read_config instead of 'pep8'; feature #154
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api.rst | 1 |
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) |