From: AN Long Date: Sat, 3 Feb 2024 15:33:58 +0000 (+0800) Subject: gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956) X-Git-Tag: v3.13.0a4~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4240fd68ecd2c22ec82ac549eabfe5fd35fab2a;p=thirdparty%2FPython%2Fcpython.git gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956) --- diff --git a/Doc/library/collections.abc.rst b/Doc/library/collections.abc.rst index 582bb18f752b..7bcaba60c6dd 100644 --- a/Doc/library/collections.abc.rst +++ b/Doc/library/collections.abc.rst @@ -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``