mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix typo on MutableSequence docstring.
This commit is contained in:
parent
bd2a757010
commit
840c310a25
1 changed files with 1 additions and 1 deletions
|
@ -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().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue