summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2007-04-12 09:27:43 +0200
committerSylvain <syt@logilab.fr>2007-04-12 09:27:43 +0200
commit4ea6a6db65b0def07bf7bf6f4a56fd666f788e61 (patch)
tree6f336fecb85f8dd70e3946e8335b0f76a5110b25 /doc
parent4ce11bb2b4956ed3967cb672103527b1209cc002 (diff)
downloadpylint-4ea6a6db65b0def07bf7bf6f4a56fd666f788e61.tar.gz
ReST syntax fixes
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 714a472..999a48a 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 2553885..8bb3d69 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