From: Zachary Ware Date: Tue, 14 Jan 2014 02:38:57 +0000 (-0600) Subject: Fix typo. X-Git-Tag: v3.3.4rc1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80602e0e1b543d9f1e08fced125b0ea6c67cdf4b;p=python Fix typo. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 0ee5a4db92..4def1dccb1 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