[Python-checkins] cpython (merge 3.3 -> default): Merge typo fix.

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


http://hg.python.org/cpython/rev/753b8b4beee5
changeset:   88452:753b8b4beee5
parent:      88449:d2366d910386
parent:      88451:ed1c27b68068
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Jan 13 20:39:21 2014 -0600
summary:
  Merge typo fix.

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
@@ -1085,7 +1085,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