Fix a markup error.
This commit is contained in:
parent
f35a9eab74
commit
f0753eea80
|
@ -246,7 +246,7 @@ it has two prescribed methods.
|
|||
|
||||
``Container``
|
||||
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
|
||||
class ``C`` derives from ``Container`` as well as from
|
||||
``Iterable``, then ``(x in o for x in o)`` should be a generator
|
||||
|
|
Loading…
Reference in New Issue