summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/features.txt3
-rw-r--r--doc/manual.txt3
2 files changed, 3 insertions, 3 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.
diff --git a/doc/manual.txt b/doc/manual.txt
index 2553885cc..8bb3d697e 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -106,8 +106,7 @@ Windows users may get valuable information about pylint installation on
Note for Windows users
''''''''''''''''''''''
-On Windows, once you have installed pylint, the command line usage is
-::
+On Windows, once you have installed pylint, the command line usage is ::
pylint.bat [options] module_or_package