Discussion:
[Python-3000-checkins] r66260 - python/branches/py3k/Doc/reference/datamodel.rst
georg.brandl
2008-09-06 17:42:52 UTC
Permalink
Author: georg.brandl
Date: Sat Sep 6 19:42:52 2008
New Revision: 66260

Log:
#3793: fix markup.


Modified:
python/branches/py3k/Doc/reference/datamodel.rst

Modified: python/branches/py3k/Doc/reference/datamodel.rst
==============================================================================
--- python/branches/py3k/Doc/reference/datamodel.rst (original)
+++ python/branches/py3k/Doc/reference/datamodel.rst Sat Sep 6 19:42:52 2008
@@ -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()``;
Loading...