summaryrefslogtreecommitdiff
path: root/man/pylint.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/pylint.1')
-rw-r--r--man/pylint.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pylint.1 b/man/pylint.1
index 74f7423..c681755 100644
--- a/man/pylint.1
+++ b/man/pylint.1
@@ -172,7 +172,7 @@ Maximum number of public methods for a class (see R0904). [current: 20]
.IP "--init-import=<y_or_n>"
Tells whether we should check for unused import in __init__ files. [current: no]
.IP "--dummy-variables-rgx=<regexp>"
-A regular expression matching names used for dummy variables (i.e. not used). [current: _|dummy]
+A regular expression matching matching the beginning of the name of dummy variables (i.e. not used). [current: _|dummy]
.IP "--additional-builtins=<comma separated list>"
List of additional names supposed to be defined in builtins. Remember that you should avoid to define new builtins when possible. [current: none]