mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 19:36:54 +00:00
fix rst syntax in README
This commit is contained in:
parent
420d998ff3
commit
99bd4737e2
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
|
@ -180,7 +180,7 @@ pyflakes:
|
|||
|
||||
- W402: <module> imported but unused
|
||||
- W403: import <module> from line <n> shadowed by loop variable
|
||||
- W404: 'from <module> import *' used; unable to detect undefined names
|
||||
- W404: 'from <module> import ``*``' used; unable to detect undefined names
|
||||
- W405: future import(s) <name> after other statements
|
||||
- W801: redefinition of unused <name> from line <n>
|
||||
- W802: undefined name <name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue