We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046a4e3 commit 4c676cfCopy full SHA for 4c676cf
Doc/library/stdtypes.rst
@@ -38,7 +38,8 @@ Truth Value Testing
38
pair: Boolean; operations
39
single: false
40
41
-Any object can be tested for truth value, for use in an :keyword:`if` or
+Any object can be tested for truth value (with the exception of the
42
+:exc:`NotImplemented` object), for use in an :keyword:`if` or
43
:keyword:`while` condition or as operand of the Boolean operations below.
44
45
.. index:: single: true
0 commit comments