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 | 5f5fd075db5ba7dbbed1e536dfcb1088ded99fb9 (patch) | |
tree | b3af44ef3b967297069735df89593e2c05c13b9d /checkers/classes.py | |
parent | 064f5e3888f1986d9151250195a6f306ee80d8e8 (diff) | |
download | pylint-git-5f5fd075db5ba7dbbed1e536dfcb1088ded99fb9.tar.gz |
Documentation improvements
- added intros to features page,
- fixed PyLint to Pylint in text,
- improved ide-integration doc page,
- updated pylintrc in examples and
- regenerated pylint manual
--HG--
branch : docs-improvements-2
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 3be5bd746..14aa90f2b 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'), |