From 0446b21a510c0ca6e0c1a0c7a3c7b11109cf4755 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 2 Feb 2011 21:12:39 +0000 Subject: Punctuation typo. --- Doc/library/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 4a92b05..488bf35 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` -- cgit v0.12