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