]> granicus.if.org Git - python/commitdiff
Fix typo.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 14 Jan 2014 02:38:57 +0000 (20:38 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 14 Jan 2014 02:38:57 +0000 (20:38 -0600)
Doc/library/collections.rst

index 0ee5a4db927c959b8e0f696879d4658306ec0c83..4def1dccb153cde59723a33872b298bb106f5d4d 100644 (file)
@@ -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