summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-zero/details.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/u/use-implicit-booleaness-not-comparison-to-zero/details.rst')
-rw-r--r--doc/data/messages/u/use-implicit-booleaness-not-comparison-to-zero/details.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-zero/details.rst b/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-zero/details.rst
index 670633b2a..2f86acf54 100644
--- a/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-zero/details.rst
+++ b/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-zero/details.rst
@@ -1,3 +1,3 @@
Following this check blindly in weakly typed code base can create hard to debug issues. If the value
-can be something else that is falsey but not an ``int`` (for example ``None``, or an empty string),
-the code will not be equivalent.
+can be something else that is falsey but not an ``int`` (for example ``None``, an empty sequence,
+or an empty string), the code will not be equivalent.