summaryrefslogtreecommitdiff
path: root/lint.py
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2009-09-08 10:22:12 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2009-09-08 10:22:12 +0200
commit3c4458ae62b915cb7eafcddf4220ac61a6cc9fc6 (patch)
treebce4501fb95977e1fc4f155020dfa35e19916bc5 /lint.py
parent1db471176ad6afaad42dd5a6f05a3786d71ff5f8 (diff)
downloadpylint-3c4458ae62b915cb7eafcddf4220ac61a6cc9fc6.tar.gz
Bugfix: correct grammar/spelling of messages
Diffstat (limited to 'lint.py')
-rw-r--r--lint.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/lint.py b/lint.py
index d7e45d0..060d2d9 100644
--- a/lint.py
+++ b/lint.py
@@ -837,11 +837,11 @@ processing.
linter.add_help_section('Output status code', '''
Pylint should leave with following status code:
* 0 if everything went fine
- * 1 if some fatal message issued
- * 2 if some error message issued
- * 4 if some warning message issued
- * 8 if some refactor message issued
- * 16 if some convention message issued
+ * 1 if a fatal message was issued
+ * 2 if an error message was issued
+ * 4 if a warning message was issued
+ * 8 if a refactor message was issued
+ * 16 if a convention message was issued
* 32 on usage error
status 1 to 16 will be bit-ORed so you can know which different categories has