Skip to content

Commit 74b9381

Browse files
Fix seperators
1 parent 9884353 commit 74b9381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ category.
16621662
| | :meth:`str.startswith` | :meth:`bytes.startswith` |
16631663
| +-------------------------------------------+---------------------------------------------------+
16641664
| | :meth:`str.endswith` | :meth:`bytes.endswith` |
1665-
| +------------------+------------------------+--------------------+------------------------------+
1665+
| +-------------------------------------------+---------------------------------------------------+
16661666
| | :meth:`str.removeprefix` | :meth:`bytes.removeprefix` |
16671667
| +-------------------------------------------+---------------------------------------------------+
16681668
| | :meth:`str.removesuffix` | :meth:`bytes.removesuffix` |

0 commit comments

Comments
 (0)