summaryrefslogtreecommitdiff
path: root/checkers/newstyle.py
diff options
context:
space:
mode:
Diffstat (limited to 'checkers/newstyle.py')
-rw-r--r--checkers/newstyle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/newstyle.py b/checkers/newstyle.py
index 335b052..4fae401 100644
--- a/checkers/newstyle.py
+++ b/checkers/newstyle.py
@@ -43,7 +43,7 @@ MSGS = {
{'maxversion': (3, 0)}),
'W1001': ('Use of "property" on an old style class',
'property-on-old-class',
- 'Used when PyLint detect the use of the builtin "property" \
+ 'Used when Pylint detect the use of the builtin "property" \
on an old style class while this is relying on new style \
classes features.',
{'maxversion': (3, 0)}),