[Python-checkins] r67367 - python/trunk/Doc/library/collections.rst

georg.brandl python-checkins at python.org
Mon Nov 24 17:16:08 CET 2008


Author: georg.brandl
Date: Mon Nov 24 17:16:07 2008
New Revision: 67367

Log:
Fix typo.


Modified:
   python/trunk/Doc/library/collections.rst

Modified: python/trunk/Doc/library/collections.rst
==============================================================================
--- python/trunk/Doc/library/collections.rst	(original)
+++ python/trunk/Doc/library/collections.rst	Mon Nov 24 17:16:07 2008
@@ -60,7 +60,7 @@
                            :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__``


More information about the Python-checkins mailing list