summaryrefslogtreecommitdiff
path: root/doc/features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/features.txt')
-rw-r--r--doc/features.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/features.txt b/doc/features.txt
index 714a4721c..999a48a8b 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -135,6 +135,7 @@ Main reports
Basic checker
-------------
checks for :
+
* doc strings
* modules / classes / functions / methods / arguments / variables name
* number of arguments, local variables, branchs, returns and statements in
@@ -337,7 +338,7 @@ Messages
:W0613: *Unused argument %r*
Used when a function or method argument is not used.
:W0614: *Unused import %s from wildcard import*
- Used when an imported module or variable is not used from a 'from X import *'
+ Used when an imported module or variable is not used from a 'from X import \*'
style import.
:W0621: *Redefining name %r from outer scope (line %s)*
Used when a variable's name hide a name defined in the outer scope.