8000 gh-114955: Add clear to MutableSequence's mixin methods in document (… · miss-islington/cpython@41bb90a · GitHub
[go: up one dir, main page]

Skip to content

Commit 41bb90a

Browse files
aiskmiss-islington
authored andcommitted
pythongh-114955: Add clear to MutableSequence's mixin methods in document (pythongh-114956)
(cherry picked from commit b4240fd) Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent 98a8590 commit 41bb90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/collections.abc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ ABC Inherits from Abstract Methods Mi
136136
:class:`Collection` ``__len__`` ``index``, and ``count``
137137

138138
:class:`MutableSequence` :class:`Sequence` ``__getitem__``, Inherited :class:`Sequence` methods and
139-
``__setitem__``, ``append``, ``reverse``, ``extend``, ``pop``,
140-
``__delitem__``, ``remove``, and ``__iadd__``
139+
``__setitem__``, ``append``, ``clear``, ``reverse``, ``extend``,
140+
``__delitem__``, ``pop``, ``remove``, and ``__iadd__``
141141
``__len__``,
142142
``insert``
143143

0 commit comments

Comments
 (0)
0