Skip to content

Commit

Permalink
[3.11] gh-114955: Add clear to MutableSequence's mixin methods in doc…
Browse files Browse the repository at this point in the history
…ument (gh-114956) (#114962)

gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956)
(cherry picked from commit b4240fd)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
  • Loading branch information
miss-islington and aisk committed Feb 3, 2024
1 parent 50b9127 commit e9639e4
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 e9639e4

Please sign in to comment.