Trivial Fix:fix typo in .pylintrc file

Change-Id: I7a9aaa6891d114cabee7c84230d36fe65e8db0a7
This commit is contained in:
da52700 2017-02-09 18:40:36 +08:00 committed by Li Jingjing
parent 30fdde8e4e
commit ff6a685dbf
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ variable-rgx=[a-z_][a-z0-9_]{0,30}$
argument-rgx=[a-z_][a-z0-9_]{1,30}$
# Method names should be at least 3 characters long
# and be lowecased with underscores
# and be lowercased with underscores
method-rgx=([a-z_][a-z0-9_]{2,50}|setUp|tearDown)$
# Module names matching quantum-* are ok (files in bin/)