diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-21 16:28:10 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-21 16:28:10 +0000 |
| commit | c3ee4829ed8d8286a167949ed6ca09a4db571318 (patch) | |
| tree | 92739d5794ffabee0b166a1d71d03d37b171f65c /src | |
| parent | 1dad1e3a959df918a0cfbad66d9c11e9df5f06b9 (diff) | |
| parent | 965d6f95095eda8de50b640ac86bdfa96bed43d2 (diff) | |
| download | flake8-c3ee4829ed8d8286a167949ed6ca09a4db571318.tar.gz | |
Merge branch 'fix-typo-indect' into 'master'
Fix typo in documentation using `indect`
Found this typo while working through the source code.
See merge request !79
Diffstat (limited to 'src')
| -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` |
