diff --git a/README b/README index 8f6a6ad..4a3681c 100644 --- a/README +++ b/README @@ -180,7 +180,7 @@ pyflakes: - W402: imported but unused - W403: import from line shadowed by loop variable -- W404: 'from import *' used; unable to detect undefined names +- W404: 'from import ``*``' used; unable to detect undefined names - W405: future import(s) after other statements - W801: redefinition of unused from line - W802: undefined name