Skip to content

Commit 4c676cf

Browse files
Commit
1 parent 046a4e3 commit 4c676cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Truth Value Testing
3838
pair: Boolean; operations
3939
single: false
4040

41-
Any object can be tested for truth value, for use in an :keyword:`if` or
41+
Any object can be tested for truth value (with the exception of the
42+
:exc:`NotImplemented` object), for use in an :keyword:`if` or
4243
:keyword:`while` condition or as operand of the Boolean operations below.
4344

4445
.. index:: single: true

0 commit comments

Comments
 (0)