diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-10-02 08:38:15 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-10-02 08:38:15 +0200 |
commit | 50568bab26ba5d67a8d4f23c3bc11dbb24190c9d (patch) | |
tree | 368fe55c1bbe4e6d084f809a9a6a31036bcc3664 | |
parent | b94f29c55685f7bce4d83f08a938a4c2a4e62806 (diff) | |
download | pylint-git-50568bab26ba5d67a8d4f23c3bc11dbb24190c9d.tar.gz |
Grammar
-rw-r--r-- | pylint/reporters/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/reporters/json.py b/pylint/reporters/json.py index bb3ca0153..6a5020102 100644 --- a/pylint/reporters/json.py +++ b/pylint/reporters/json.py @@ -53,7 +53,7 @@ class JSONReporter(BaseReporter): """Don't do nothing in this reporter.""" def _display(self, layout): - """Don't do nothing.""" + """Do nothing.""" def register(linter): |