Skip to content

Commit 1881218

Browse files
Update stdtypes.rst
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 730e0c5 commit 1881218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By default, an object is considered true unless its class defines either a
4747
:meth:`~object.__bool__` method that returns ``False`` or a
4848
:meth:`~object.__len__` method that
4949
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
50+
exception when called, the exception is propagated and the object does
5151
not have a truth value (for example, :data:`NotImplemented`).
5252
Here are most of the built-in objects considered false:
5353

0 commit comments

Comments
 (0)