Trivial-fix:fix typo in .pylintrc

Change-Id: Ie41964477720395d54eed2de683992439d1ec562
This commit is contained in:
da52700 2017-02-08 18:21:04 +08:00 committed by Li Jingjing
parent 743073e5b1
commit 14cc5557ed
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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,}|setUp|tearDown)$
# Module names matching neutron-* are ok (files in bin/)