Skip to content

Commit c1a4d90

Browse files
Correct role
1 parent 9735baf commit c1a4d90

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
@@ -48,7 +48,7 @@ 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 raise an
5050
exception when they are called, the exception is propagated and the object does
51-
not have a truth value (for example, :exc:`NotImplemented`).
51+
not have a truth value (for example, :data:`NotImplemented`).
5252
Here are most of the built-in objects considered false:
5353

5454
.. index::

0 commit comments

Comments
 (0)