]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Mon, 24 Nov 2008 16:16:07 +0000 (16:16 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 24 Nov 2008 16:16:07 +0000 (16:16 +0000)
Doc/library/collections.rst

index 4a0714e518f7051402066da0cadac50549200fa7..40ec9e8f10bcea8626b386e61fe0fcb6336ae4c0 100644 (file)
@@ -60,7 +60,7 @@ ABC                        Inherits               Abstract Methods        Mixin
                            :class:`Iterable`,     and ``__len__``         ``index``, and ``count``
                            :class:`Container`     
                                                   
-:class:`MutableSequnce`    :class:`Sequence`      ``__getitem__``         Inherited Sequence methods and
+:class:`MutableSequence`   :class:`Sequence`      ``__getitem__``         Inherited Sequence methods and
                                                   ``__delitem__``,        ``append``, ``reverse``, ``extend``, ``pop``,
                                                   ``insert``,             ``remove``, and ``__iadd__``
                                                   and ``__len__``