summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-string/details.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/u/use-implicit-booleaness-not-comparison-to-string/details.rst')
-rw-r--r--doc/data/messages/u/use-implicit-booleaness-not-comparison-to-string/details.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-string/details.rst b/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-string/details.rst
index 257fb92bc..c5781b739 100644
--- a/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-string/details.rst
+++ b/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-string/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 a string (for example ``None``, or ``0``), the code will
-not be equivalent.
+can be something else that is falsey but not a string (for example ``None``, an empty sequence, or ``0``),
+the code will not be equivalent.