summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-14 02:38:57 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-14 02:38:57 (GMT)
commit80602e0e1b543d9f1e08fced125b0ea6c67cdf4b (patch)
treed6529944ba7ebe5d95ff5da63aaab20166363e98 /Doc
parent1fd1202072e198a7b3cf1254787aff3e3bf1c99e (diff)
downloadcpython-80602e0e1b543d9f1e08fced125b0ea6c67cdf4b.zip
cpython-80602e0e1b543d9f1e08fced125b0ea6c67cdf4b.tar.gz
cpython-80602e0e1b543d9f1e08fced125b0ea6c67cdf4b.tar.bz2
Fix typo.
Diffstat (limited to 'Doc')
-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 0ee5a4d..4def1dc 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -1093,7 +1093,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