We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1c4fd commit aec3065Copy full SHA for aec3065
Doc/library/userdict.rst
@@ -128,7 +128,7 @@ attribute:
128
A real Python list object used to store the contents of the :class:`UserList`
129
class.
130
131
-**Subclassing requirements:** Subclasses of :class:`UserList` are expect to
+**Subclassing requirements:** Subclasses of :class:`UserList` are expected to
132
offer a constructor which can be called with either no arguments or one
133
argument. List operations which return a new sequence attempt to create an
134
instance of the actual implementation class. To do so, it assumes that the
0 commit comments