summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/plugin-development/plugin-parameters.rst2
-rw-r--r--src/flake8/processor.py2
2 files changed, 2 insertions, 2 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`
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`