diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2014-04-09 11:24:43 +0300 | 
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2014-04-09 11:24:43 +0300 | 
| commit | 906fd4c6a413b41d909a7df5843a5e17b0ede6ed (patch) | |
| tree | 26b4b4ceaa58b1dabf95df5f37c20be5f026f892 /checkers/classes.py | |
| parent | 0a629717123ddb9c29ee78b89b5a2bfac09ac9bb (diff) | |
| parent | 71fa9299ba9a6104937b4873ff85451ad424240f (diff) | |
| download | pylint-git-906fd4c6a413b41d909a7df5843a5e17b0ede6ed.tar.gz | |
Merge with default.
--HG--
branch : slots
Diffstat (limited to 'checkers/classes.py')
| -rw-r--r-- | checkers/classes.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/checkers/classes.py b/checkers/classes.py index 0a5654911..8242162de 100644 --- a/checkers/classes.py +++ b/checkers/classes.py @@ -49,7 +49,7 @@ MSGS = {                compatibility for an unexpected reason. Please report this kind \                if you don\'t make sense of it.'), -    'E0202': ('An attribute affected in %s line %s hide this method', +    'E0202': ('An attribute defined in %s line %s hides this method',                'method-hidden',                'Used when a class defines a method which is hidden by an '                'instance attribute from an ancestor class or set by some ' | 
