Commit aec3065b authored by Zachary Ware's avatar Zachary Ware

Fix typo. Pointed out by Finn Ellis on docs@.

parent dd1c4fda
...@@ -128,7 +128,7 @@ attribute: ...@@ -128,7 +128,7 @@ attribute:
A real Python list object used to store the contents of the :class:`UserList` A real Python list object used to store the contents of the :class:`UserList`
class. 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 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 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 instance of the actual implementation class. To do so, it assumes that the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment