Punctuation typo.

This commit is contained in:
Raymond Hettinger 2011-02-02 21:12:39 +00:00
parent 6d7e26e959
commit 0446b21a51
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ ABC Inherits Abstract Methods Mixin
:class:`Sized` ``__len__``
:class:`Callable` ``__call__``
:class:`Sequence` :class:`Sized`, ``__getitem__`` ``__contains__``. ``__iter__``, ``__reversed__``.
:class:`Sequence` :class:`Sized`, ``__getitem__`` ``__contains__``. ``__iter__``, ``__reversed__``,
:class:`Iterable`, ``index``, and ``count``
:class:`Container`