From: Georg Brandl Date: Sat, 6 Sep 2008 17:42:52 +0000 (+0000) Subject: #3793: fix markup. X-Git-Tag: v3.0rc1~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1aeaadd82a5a1677d84acb9e74914182f0697b7b;p=python #3793: fix markup. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 879349081d..56eccc2bab 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1262,6 +1262,7 @@ Basic customization explicitly set to :const:`None`. .. method:: object.__bool__(self) + .. index:: single: __len__() (mapping object method) Called to implement truth value testing, and the built-in operation ``bool()``;