Skip to content

Commit aec3065

Browse files
committed
Fix typo. Pointed out by Finn Ellis on docs@.
1 parent dd1c4fd commit aec3065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/userdict.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ attribute:
128128
A real Python list object used to store the contents of the :class:`UserList`
129129
class.
130130

131-
**Subclassing requirements:** Subclasses of :class:`UserList` are expect to
131+
**Subclassing requirements:** Subclasses of :class:`UserList` are expected to
132132
offer a constructor which can be called with either no arguments or one
133133
argument. List operations which return a new sequence attempt to create an
134134
instance of the actual implementation class. To do so, it assumes that the

0 commit comments

Comments
 (0)