[Python-checkins] cpython (3.3): Fix typo.

zach.ware python-checkins at python.org
Tue Jan 14 03:39:50 CET 2014


http://hg.python.org/cpython/rev/ed1c27b68068
changeset:   88451:ed1c27b68068
branch:      3.3
parent:      88447:e7fcf0d8008f
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Jan 13 20:38:57 2014 -0600
summary:
  Fix typo.

files:
  Doc/library/collections.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -1093,7 +1093,7 @@
         A real :class:`list` object used to store the contents of the
         :class:`UserList` class.
 
-**Subclassing requirements:** Subclasses of :class:`UserList` are expect to
+**Subclassing requirements:** Subclasses of :class:`UserList` are expected to
 offer a constructor which can be called with either no arguments or one
 argument.  List operations which return a new sequence attempt to create an
 instance of the actual implementation class.  To do so, it assumes that the

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list