From: Georg Brandl Date: Mon, 24 Nov 2008 16:16:07 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.7a1~2625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df9bcf119637a25ce0314fc0dbdd9204b630d783;p=python Fix typo. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 4a0714e518..40ec9e8f10 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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__``