mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Fix two typos
styl -> style
commnts -> comments
This commit is contained in:
parent
d6ab32112f
commit
7c1f075cee
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Writing Code for Flake8
|
||||
=========================
|
||||
|
||||
The maintainers of |Flake8| unsurprisingly have some opinions about the styl
|
||||
The maintainers of |Flake8| unsurprisingly have some opinions about the style
|
||||
of code maintained in the project.
|
||||
|
||||
At the time of this writing, |Flake8| enables all of PyCodeStyle's checks, all
|
||||
|
|
@ -141,7 +141,7 @@ As a result, of the above, we do not:
|
|||
|
||||
- Import only the objects we're using
|
||||
|
||||
- Add commnts explaining that an import is a standard library module or
|
||||
- Add comments explaining that an import is a standard library module or
|
||||
something else
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue