summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-14 02:38:17 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-14 02:38:17 (GMT)
commitaec3065b997e13df7ddaebc39d5be69028535bf8 (patch)
treecc25aead563c3c89b7c3d808a0d9ac18dc7d680a
parentdd1c4fda951755f992a79bb56667e54bd978b689 (diff)
downloadcpython-aec3065b997e13df7ddaebc39d5be69028535bf8.zip
cpython-aec3065b997e13df7ddaebc39d5be69028535bf8.tar.gz
cpython-aec3065b997e13df7ddaebc39d5be69028535bf8.tar.bz2
Fix typo. Pointed out by Finn Ellis on docs@.
-rw-r--r--Doc/library/userdict.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/userdict.rst b/Doc/library/userdict.rst
index 3a19ac1..0585bda 100644
--- a/Doc/library/userdict.rst
+++ b/Doc/library/userdict.rst
@@ -128,7 +128,7 @@ attribute:
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