From: Raymond Hettinger Date: Wed, 2 Feb 2011 21:12:39 +0000 (+0000) Subject: Punctuation typo. X-Git-Tag: v3.2rc3~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0446b21a510c0ca6e0c1a0c7a3c7b11109cf4755;p=python Punctuation typo. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 4a92b052aa..488bf35ea3 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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`