summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-24 16:16:07 (GMT)
committerGeorg Brandl <georg@python.org>2008-11-24 16:16:07 (GMT)
commitdf9bcf119637a25ce0314fc0dbdd9204b630d783 (patch)
tree81fd34f9dc490ff9537b55c8783a9bf4e5bcd7f7 /Doc
parent9dfe6a8862f6125cc4b22bd8779126ac29839bab (diff)
downloadcpython-df9bcf119637a25ce0314fc0dbdd9204b630d783.zip
cpython-df9bcf119637a25ce0314fc0dbdd9204b630d783.tar.gz
cpython-df9bcf119637a25ce0314fc0dbdd9204b630d783.tar.bz2
Fix typo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 4a0714e..40ec9e8 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__``