Typo in pylintrc file

Fix typo in pylintrc file in word `lowercased`.

Change-Id: I1529159ea91ba0f3355bcfbf93f4433bfb04367a
This commit is contained in:
Kamil Rykowski 2015-03-25 11:21:16 +01:00
parent 24b2e060f4
commit a7f5dd0d27
1 changed files with 1 additions and 1 deletions

View File

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