diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-21 16:28:10 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-21 16:28:10 +0000 |
| commit | c3ee4829ed8d8286a167949ed6ca09a4db571318 (patch) | |
| tree | 92739d5794ffabee0b166a1d71d03d37b171f65c /docs/source | |
| parent | 1dad1e3a959df918a0cfbad66d9c11e9df5f06b9 (diff) | |
| parent | 965d6f95095eda8de50b640ac86bdfa96bed43d2 (diff) | |
| download | flake8-c3ee4829ed8d8286a167949ed6ca09a4db571318.tar.gz | |
Merge branch 'fix-typo-indect' into 'master'
Fix typo in documentation using `indect`
Found this typo while working through the source code.
See merge request !79
Diffstat (limited to 'docs/source')
| -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` |
