diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 886648e820f071..285a61e92dc783 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1662,6 +1662,10 @@ category. | | :meth:`str.startswith` | :meth:`bytes.startswith` | | +-------------------------------------------+---------------------------------------------------+ | | :meth:`str.endswith` | :meth:`bytes.endswith` | +| +------------------+------------------------+--------------------+------------------------------+ +| | :meth:`str.removeprefix` | :meth:`bytes.removeprefix` | +| +-------------------------------------------+---------------------------------------------------+ +| | :meth:`str.removesuffix` | :meth:`bytes.removesuffix` | | +-------------------------------------------+---------------------------------------------------+ | | :meth:`str.count` | :meth:`bytes.count` | | +-------------------------------------------+---------------------------------------------------+