summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-14 02:39:21 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-14 02:39:21 (GMT)
commite74f96ded523fb2fbe977c90093f711ae6bc3d2c (patch)
tree4709c75b40ae15e1e5752ab8c2ee543bab13e779 /Doc/library/collections.rst
parent335957e087adacdf3d021049879685cf6757733a (diff)
parent80602e0e1b543d9f1e08fced125b0ea6c67cdf4b (diff)
downloadcpython-e74f96ded523fb2fbe977c90093f711ae6bc3d2c.zip
cpython-e74f96ded523fb2fbe977c90093f711ae6bc3d2c.tar.gz
cpython-e74f96ded523fb2fbe977c90093f711ae6bc3d2c.tar.bz2
Merge typo fix.
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 9948355..f5fe12a 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -1085,7 +1085,7 @@ to work with because the underlying list is accessible as an attribute.
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