summaryrefslogtreecommitdiff
path: root/src/flake8/processor.py
diff options
context:
space:
mode:
authorFabian Neundorf <CommodoreFabianus@gmx.de>2016-07-21 11:57:33 +0000
committerFabian Neundorf <CommodoreFabianus@gmx.de>2016-07-21 13:59:07 +0200
commit965d6f95095eda8de50b640ac86bdfa96bed43d2 (patch)
tree92739d5794ffabee0b166a1d71d03d37b171f65c /src/flake8/processor.py
parent1dad1e3a959df918a0cfbad66d9c11e9df5f06b9 (diff)
downloadflake8-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.py2
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`