Typo in pylintrc

Fix typo in pylintrc in word `should`.

Change-Id: I31fbb02836716e82d843187b2f158e30ecfecce5
This commit is contained in:
Kamil Rykowski 2015-03-25 11:18:33 +01:00
parent b0ba685268
commit df4871cd7f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ argument-rgx=[a-z_][a-z0-9_]{1,30}$
# Type attributes names can be 2 to 31 characters long, with lowercase and underscores
attr-rgx=[a-z_][a-z0-9_]{1,30}$
# Method names shold be at least 3 characters long and be lowercased with underscores
# Method names should be at least 3 characters long and be lowercased with underscores
method-rgx=([a-z_][a-z0-9_]{1,30}|setUp|tearDown)$
# Module names matching sahara-* are ok (files in bin/)