Skip to content

Commit 072f6ae

Browse files
Add example
1 parent eaec342 commit 072f6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ By default, an object is considered true unless its class defines either a
4848
:meth:`~object.__len__` method that
4949
returns zero, when called with the object. [1]_ If one of the methods raises an
5050
exception when they are called, the exception is propagated and the object does
51-
not have a truth value. Here are most of the built-in
52-
objects considered false:
51+
not have a truth value (for example, :exc:`NotImplemented`).
52+
Here are most of the built-in objects considered false:
5353

5454
.. index::
5555
single: None (Built-in object)

0 commit comments

Comments
 (0)