@@ -1663,10 +1663,6 @@ category.
16631663| +-------------------------------------------+---------------------------------------------------+
16641664| | :meth: `str.endswith ` | :meth: `bytes.endswith ` |
16651665| +-------------------------------------------+---------------------------------------------------+
1666- | | :meth: `str.removeprefix ` | :meth: `bytes.removeprefix ` |
1667- | +-------------------------------------------+---------------------------------------------------+
1668- | | :meth: `str.removesuffix ` | :meth: `bytes.removesuffix ` |
1669- | +-------------------------------------------+---------------------------------------------------+
16701666| | :meth: `str.count ` | :meth: `bytes.count ` |
16711667| +-------------------------------------------+---------------------------------------------------+
16721668| | :meth: `str.replace ` | :meth: `bytes.replace ` |
@@ -1724,6 +1720,10 @@ category.
17241720| | :meth: `str.strip ` | :meth: `bytes.strip ` |
17251721| +--------------------+----------------------+----------------------+----------------------------+
17261722| | :meth: `str.lstrip ` | :meth: `str.rstrip ` | :meth: `bytes.lstrip ` | :meth: `bytes.rstrip ` |
1723+ | +-------------------------------------------+---------------------------------------------------+
1724+ | | :meth: `str.removeprefix ` | :meth: `bytes.removeprefix ` |
1725+ | +-------------------------------------------+---------------------------------------------------+
1726+ | | :meth: `str.removesuffix ` | :meth: `bytes.removesuffix ` |
17271727+--------------------------+--------------------+----------------------+----------------------+----------------------------+
17281728| Translation and Encoding | :meth: `str.translate ` | :meth: `bytes.translate ` |
17291729| +-------------------------------------------+---------------------------------------------------+
0 commit comments