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 730e0c5 commit 1881218Copy full SHA for 1881218
Doc/library/stdtypes.rst
@@ -47,7 +47,7 @@ By default, an object is considered true unless its class defines either a
47
:meth:`~object.__bool__` method that returns ``False`` or a
48
:meth:`~object.__len__` method that
49
returns zero, when called with the object. [1]_ If one of the methods raises an
50
-exception when they are called, the exception is propagated and the object does
+exception when called, the exception is propagated and the object does
51
not have a truth value (for example, :data:`NotImplemented`).
52
Here are most of the built-in objects considered false:
53
0 commit comments