]> granicus.if.org Git - python/commitdiff
Punctuation typo.
authorRaymond Hettinger <python@rcn.com>
Wed, 2 Feb 2011 21:12:39 +0000 (21:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 2 Feb 2011 21:12:39 +0000 (21:12 +0000)
Doc/library/collections.rst

index 4a92b052aa5a47cb7d558a1762c48c8ce2ccece3..488bf35ea3fb0e9494997595aad8921767ad1407 100644 (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`