[Python-checkins] cpython (2.7): Fix typo. Pointed out by Finn Ellis on docs at .

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


http://hg.python.org/cpython/rev/2631d33ee7fb
changeset:   88450:2631d33ee7fb
branch:      2.7
parent:      88445:3481c6f36e55
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Jan 13 20:38:17 2014 -0600
summary:
  Fix typo.  Pointed out by Finn Ellis on docs at .

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


diff --git a/Doc/library/userdict.rst b/Doc/library/userdict.rst
--- a/Doc/library/userdict.rst
+++ b/Doc/library/userdict.rst
@@ -128,7 +128,7 @@
    A real Python 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