summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbernie gray <bfgray3@users.noreply.github.com>2021-04-11 01:18:06 -0400
committerGitHub <noreply@github.com>2021-04-11 07:18:06 +0200
commit515f54045e0f27529b02569d4a3916d419b0b49c (patch)
tree01bbee184535a6bd7633bda3e16c83534f4d3f0a
parent4f0dc55da774c817f4d156240498f8cbf4db16f6 (diff)
downloadpylint-git-515f54045e0f27529b02569d4a3916d419b0b49c.tar.gz
fix inaccurate docstring; closes #4274 (#4336)
-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