From: Zachary Ware Date: Tue, 14 Jan 2014 02:38:17 +0000 (-0600) Subject: Fix typo. Pointed out by Finn Ellis on docs@. X-Git-Tag: v2.7.8~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aec3065b997e13df7ddaebc39d5be69028535bf8;p=python Fix typo. Pointed out by Finn Ellis on docs@. --- diff --git a/Doc/library/userdict.rst b/Doc/library/userdict.rst index 3a19ac1843..0585bda4a5 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