summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-10-02 08:38:15 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-10-02 08:38:15 +0200
commit50568bab26ba5d67a8d4f23c3bc11dbb24190c9d (patch)
tree368fe55c1bbe4e6d084f809a9a6a31036bcc3664
parentb94f29c55685f7bce4d83f08a938a4c2a4e62806 (diff)
downloadpylint-git-50568bab26ba5d67a8d4f23c3bc11dbb24190c9d.tar.gz
Grammar
-rw-r--r--pylint/reporters/json.py2
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):