#3793: fix markup.

This commit is contained in:
Georg Brandl 2008-09-06 17:42:52 +00:00
parent cf06bcc098
commit 1aeaadd82a
1 changed files with 1 additions and 0 deletions

View File

@ -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()``;