]> granicus.if.org Git - python/commitdiff
Fix typo. Pointed out by Finn Ellis on docs@.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 14 Jan 2014 02:38:17 +0000 (20:38 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 14 Jan 2014 02:38:17 +0000 (20:38 -0600)
Doc/library/userdict.rst

index 3a19ac1843f7bdb0f4eb4bc5ae54e4c11fa368a9..0585bda4a54f5aa5fc93826da9ea8ef2ec07681f 100644 (file)
@@ -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