diff options
Diffstat (limited to 'checkers/variables.py')
-rw-r--r-- | checkers/variables.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checkers/variables.py b/checkers/variables.py index e67ca86..1e73a60 100644 --- a/checkers/variables.py +++ b/checkers/variables.py @@ -110,8 +110,8 @@ __init__ files.'}), ("dummy-variables-rgx", {'default': ('_|dummy'), 'type' :'regexp', 'metavar' : '<regexp>', - 'help' : 'A regular expression matching names used \ - for dummy variables (i.e. not used).'}), + 'help' : 'A regular expression matching the beginning of \ + the name of dummy variables (i.e. not used).'}), ("additional-builtins", {'default': (), 'type' : 'csv', 'metavar' : '<comma separated list>', |