mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 12:36:54 +00:00
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.
This commit is contained in:
parent
1dad1e3a95
commit
965d6f9509
2 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue