diff options
author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> | 2009-09-08 10:22:12 +0200 |
---|---|---|
committer | Nicolas Chauvat <nicolas.chauvat@logilab.fr> | 2009-09-08 10:22:12 +0200 |
commit | 3c4458ae62b915cb7eafcddf4220ac61a6cc9fc6 (patch) | |
tree | bce4501fb95977e1fc4f155020dfa35e19916bc5 /lint.py | |
parent | 1db471176ad6afaad42dd5a6f05a3786d71ff5f8 (diff) | |
download | pylint-3c4458ae62b915cb7eafcddf4220ac61a6cc9fc6.tar.gz |
Bugfix: correct grammar/spelling of messages
Diffstat (limited to 'lint.py')
-rw-r--r-- | lint.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |