File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1720,7 +1720,11 @@ category.
17201720| | :meth: `str.strip ` | :meth: `bytes.strip ` |
17211721| +--------------------+----------------------+----------------------+----------------------------+
17221722| | :meth: `str.lstrip ` | :meth: `str.rstrip ` | :meth: `bytes.lstrip ` | :meth: `bytes.rstrip ` |
1723- +--------------------------+--------------------+----------------------+----------------------+----------------------------+
1723+ | +--------------------+----------------------+----------------------+----------------------------+
1724+ | | :meth: `str.removeprefix ` | :meth: `bytes.removeprefix ` |
1725+ | +-------------------------------------------+---------------------------------------------------+
1726+ | | :meth: `str.removesuffix ` | :meth: `bytes.removesuffix ` |
1727+ +--------------------------+-------------------------------------------+---------------------------------------------------+
17241728| Translation and Encoding | :meth: `str.translate ` | :meth: `bytes.translate ` |
17251729| +-------------------------------------------+---------------------------------------------------+
17261730| | :meth: `str.maketrans ` | :meth: `bytes.maketrans ` |
You can’t perform that action at this time.
0 commit comments