Skip to content

Commit

Permalink
Remove additional star.
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Jun 24, 2016
1 parent ce8b7b2 commit b4b6fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class VariablesChecker(BaseChecker):
'help' : 'Tells whether we should check for unused import in '
'__init__ files.'}),
("dummy-variables-rgx",
{'default': ('(_+[a-zA-Z0-9]*?$)|dummy*'),
{'default': ('(_+[a-zA-Z0-9]*?$)|dummy'),
'type' :'regexp', 'metavar' : '<regexp>',
'help' : 'A regular expression matching the name of dummy '
'variables (i.e. expectedly not used).'}),
Expand Down

0 comments on commit b4b6fd1

Please sign in to comment.