summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-04-16 23:26:47 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-04-16 23:26:47 +0200
commit3745d7981b69ccb727f41cb57cd11e146917907f (patch)
tree67b08c71b1a1179b05b1a7b7fb10f0fb432438d4 /docs
parent1c131d5369d0c93272ea6e12b2fe997d8a9d3ab2 (diff)
downloadpep8-3745d7981b69ccb727f41cb57cd11e146917907f.tar.gz
Optimize the file exclusion feature
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 6bd4a1a..317a8be 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -27,7 +27,7 @@ The :class:`Checker` class can be used to check a single file.
.. automethod:: check_files(paths=None)
.. automethod:: input_file(filename, lines=None, expected=None, line_offset=0)
.. automethod:: input_dir(dirname)
- .. automethod:: excluded(filename)
+ .. automethod:: excluded(filename, parent=None)
.. automethod:: ignore_code(code)
.. automethod:: get_checks(argument_name)