summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint/extensions/comparetozero.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/extensions/comparetozero.py b/pylint/extensions/comparetozero.py
index 18492e338..2ae019adf 100644
--- a/pylint/extensions/comparetozero.py
+++ b/pylint/extensions/comparetozero.py
@@ -7,7 +7,7 @@
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
-"""Looks for comparisons to empty string."""
+"""Looks for comparisons to zero."""
import itertools