Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 840c310

Browse files
committed
Fix typo on MutableSequence docstring.
1 parent bd2a757 commit 840c310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/collections/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ class MutableSequence(Sequence):
662662

663663
__slots__ = ()
664664

665-
"""All the operations on a read-only sequence.
665+
"""All the operations on a read-write sequence.
666666
667667
Concrete subclasses must provide __new__ or __init__,
668668
__getitem__, __setitem__, __delitem__, __len__, and insert().

0 commit comments

Comments
 (0)