diff options
| author | Fabian Neundorf <CommodoreFabianus@gmx.de> | 2016-07-21 11:57:33 +0000 |
|---|---|---|
| committer | Fabian Neundorf <CommodoreFabianus@gmx.de> | 2016-07-21 13:59:07 +0200 |
| commit | 965d6f95095eda8de50b640ac86bdfa96bed43d2 (patch) | |
| tree | 92739d5794ffabee0b166a1d71d03d37b171f65c /docs/source/plugin-development | |
| parent | 1dad1e3a959df918a0cfbad66d9c11e9df5f06b9 (diff) | |
| download | flake8-965d6f95095eda8de50b640ac86bdfa96bed43d2.tar.gz | |
Fix typo in documentation using `indect`
The documentation for the `FileProcessor` class used `indect_char` while the
class itself uses the more sensible name `indent_char`. This updates both the
docstring as well as the documentation.
Diffstat (limited to 'docs/source/plugin-development')
| -rw-r--r-- | docs/source/plugin-development/plugin-parameters.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/plugin-development/plugin-parameters.rst b/docs/source/plugin-development/plugin-parameters.rst index 527950c..3c4534a 100644 --- a/docs/source/plugin-development/plugin-parameters.rst +++ b/docs/source/plugin-development/plugin-parameters.rst @@ -30,7 +30,7 @@ a file, a plugin can ask for any of the following: - :attr:`~flake8.processor.FileProcessor.blank_before` - :attr:`~flake8.processor.FileProcessor.blank_lines` - :attr:`~flake8.processor.FileProcessor.checker_state` -- :attr:`~flake8.processor.FileProcessor.indect_char` +- :attr:`~flake8.processor.FileProcessor.indent_char` - :attr:`~flake8.processor.FileProcessor.indent_level` - :attr:`~flake8.processor.FileProcessor.line_number` - :attr:`~flake8.processor.FileProcessor.logical_line` |
