From df4871cd7f6e696be3435eda2228bbfa62a6232d Mon Sep 17 00:00:00 2001 From: Kamil Rykowski Date: Wed, 25 Mar 2015 11:18:33 +0100 Subject: [PATCH] Typo in pylintrc Fix typo in pylintrc in word `should`. Change-Id: I31fbb02836716e82d843187b2f158e30ecfecce5 --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 83b5ca869..02f032a2b 100644 --- a/pylintrc +++ b/pylintrc @@ -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/)