Skip to content

Commit

Permalink
Merge branch 'fix-typo-indect' into 'master'
Browse files Browse the repository at this point in the history
Fix typo in documentation using `indect`

Found this typo while working through the source code.

See merge request !79
  • Loading branch information
sigmavirus24 committed Jul 21, 2016
2 parents 1dad1e3 + 965d6f9 commit c3ee482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/plugin-development/plugin-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/flake8/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c3ee482

Please sign in to comment.