Skip to content

Commit

Permalink
pythongh-114955: Add clear to MutableSequence's mixin methods in docu…
Browse files Browse the repository at this point in the history
…ment (pythongh-114956)
  • Loading branch information
aisk committed Feb 3, 2024
1 parent efc4890 commit b4240fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/collections.abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ ABC Inherits from Abstract Methods Mi
:class:`Collection` ``__len__`` ``index``, and ``count``

:class:`MutableSequence` :class:`Sequence` ``__getitem__``, Inherited :class:`Sequence` methods and
``__setitem__``, ``append``, ``reverse``, ``extend``, ``pop``,
``__delitem__``, ``remove``, and ``__iadd__``
``__setitem__``, ``append``, ``clear``, ``reverse``, ``extend``,
``__delitem__``, ``pop``, ``remove``, and ``__iadd__``
``__len__``,
``insert``

Expand Down

0 comments on commit b4240fd

Please sign in to comment.