Commit 840c310a authored by Guido van Rossum's avatar Guido van Rossum

Fix typo on MutableSequence docstring.

parent bd2a7570
......@@ -662,7 +662,7 @@ class MutableSequence(Sequence):
__slots__ = ()
"""All the operations on a read-only sequence.
"""All the operations on a read-write sequence.
Concrete subclasses must provide __new__ or __init__,
__getitem__, __setitem__, __delitem__, __len__, and insert().
......
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