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 /src/flake8/processor.py | |
| 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 'src/flake8/processor.py')
| -rw-r--r-- | src/flake8/processor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/processor.py b/src/flake8/processor.py index 3e7dba5..dee0b15 100644 --- a/src/flake8/processor.py +++ b/src/flake8/processor.py @@ -33,7 +33,7 @@ class FileProcessor(object): - :attr:`blank_before` - :attr:`blank_lines` - :attr:`checker_state` - - :attr:`indect_char` + - :attr:`indent_char` - :attr:`indent_level` - :attr:`line_number` - :attr:`logical_line` |
