diff options
author | Michal Nowikowski <godfryd@gmail.com> | 2014-11-04 08:08:19 +0100 |
---|---|---|
committer | Michal Nowikowski <godfryd@gmail.com> | 2014-11-04 08:08:19 +0100 |
commit | ad731e78eecc677e85bbe80d89a7cdf87fbd7922 (patch) | |
tree | d04f0f6ddbdb5acb1f6262a3927ccad9f4ceeb5f /checkers/classes.py | |
parent | f1903892112cf7e8ed588c41484c91b9111bb28b (diff) | |
download | pylint-docs-improvements-2.tar.gz |
Documentation improvementsdocs-improvements-2
- added intros to features page,
- fixed PyLint to Pylint in text,
- improved ide-integration doc page,
- updated pylintrc in examples and
- regenerated pylint manual
Diffstat (limited to 'checkers/classes.py')
-rw-r--r-- | checkers/classes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checkers/classes.py b/checkers/classes.py index 3be5bd7..14aa90f 100644 --- a/checkers/classes.py +++ b/checkers/classes.py @@ -106,7 +106,7 @@ def _is_attribute_property(name, klass): MSGS = { 'F0202': ('Unable to check methods signature (%s / %s)', 'method-check-failed', - 'Used when PyLint has been unable to check methods signature \ + 'Used when Pylint has been unable to check methods signature \ compatibility for an unexpected reason. Please report this kind \ if you don\'t make sense of it.'), @@ -193,7 +193,7 @@ MSGS = { ), 'F0220': ('failed to resolve interfaces implemented by %s (%s)', # W0224 'unresolved-interface', - 'Used when a PyLint as failed to find interfaces implemented by \ + 'Used when a Pylint as failed to find interfaces implemented by \ a class'), |