Skip to content
Prev Previous commit
Next Next commit
add back a whitespace
  • Loading branch information
hauntsaninja committed Feb 21, 2023
commit 4c7eace70c777a171da385683c32c8ca4df61668
1 change: 1 addition & 0 deletions Lib/_collections_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ class ByteString(Sequence, metaclass=_DeprecateByteStringMeta):
ByteString.register(bytes)
ByteString.register(bytearray)


class MutableSequence(Sequence):
"""All the operations on a read-write sequence.

Expand Down