Fix a markup error.

This commit is contained in:
Brett Cannon 2007-04-20 01:39:43 +00:00
parent f35a9eab74
commit f0753eea80
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ it has two prescribed methods.
``Container`` ``Container``
The base class for classes defining ``__contains__``. The The base class for classes defining ``__contains__``. The
``__contains__` method should return a ``bool``.` The abstract ``__contains__`` method should return a ``bool``. The abstract
``__contains__`` method returns ``False``. **Invariant:** If a ``__contains__`` method returns ``False``. **Invariant:** If a
class ``C`` derives from ``Container`` as well as from class ``C`` derives from ``Container`` as well as from
``Iterable``, then ``(x in o for x in o)`` should be a generator ``Iterable``, then ``(x in o for x in o)`` should be a generator