Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Truth Value Testing
pair: Boolean; operations
single: false

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
:exc:`NotImplemented` object), for use in an :keyword:`if` or
:keyword:`while` condition or as operand of the Boolean operations below.

.. index:: single: true
Expand Down
Loading