#3793: fix markup.
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 8793490..56eccc2 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1262,6 +1262,7 @@
    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()``;