From 1aeaadd82a5a1677d84acb9e74914182f0697b7b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 6 Sep 2008 17:42:52 +0000 Subject: [PATCH] #3793: fix markup. --- Doc/reference/datamodel.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 879349081d2..56eccc2bab6 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()``;