Skip to content

Commit f1a2a6d

Browse files
committed
Fix table formatting
1 parent 25ec485 commit f1a2a6d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Doc/library/stdtypes.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ category.
15681568
| | :ref:`old-string-formatting` | :ref:`bytes-formatting` |
15691569
+--------------------------+------------------+------------------------+--------------------+------------------------------+
15701570
| Searching and Replacing | :meth:`str.find` | :meth:`str.rfind` | :meth:`bytes.find` | :meth:`bytes.rfind` |
1571-
+--------------------------+------------------+------------------------+--------------------+------------------------------+
1571+
| +------------------+------------------------+--------------------+------------------------------+
15721572
| | :meth:`str.index`| :meth:`str.rindex` | :meth:`bytes.index`| :meth:`bytes.rindex` |
15731573
| +------------------+------------------------+--------------------+------------------------------+
15741574
| | :meth:`str.startswith` | :meth:`bytes.startswith` |
@@ -1578,9 +1578,9 @@ category.
15781578
| | :meth:`str.count` | :meth:`bytes.count` |
15791579
| +-------------------------------------------+---------------------------------------------------+
15801580
| | :meth:`str.replace` | :meth:`bytes.replace` |
1581-
+--------------------------+-------------------------------------------+---------------------------------------------------+
1581+
+--------------------------+-------------------+-----------------------+---------------------+-----------------------------+
15821582
| Splitting and Joining | :meth:`str.split` | :meth:`str.rsplit` | :meth:`bytes.split` | :meth:`bytes.rsplit` |
1583-
+--------------------------+-------------------------------------------+---------------------------------------------------+
1583+
| +-------------------+-----------------------+---------------------+-----------------------------+
15841584
| | :meth:`str.splitlines` | :meth:`bytes.splitlines` |
15851585
| +-------------------------------------------+---------------------------------------------------+
15861586
| | :meth:`str.partition` | :meth:`bytes.partition` |
@@ -1622,17 +1622,17 @@ category.
16221622
| | :meth:`str.title` | :meth:`bytes.title` |
16231623
| +-------------------------------------------+---------------------------------------------------+
16241624
| | :meth:`str.swapcase` | :meth:`bytes.swapcase` |
1625-
+--------------------------+-------------------------------------------+---------------------------------------------------+
1625+
+--------------------------+-------------------+-----------------------+---------------------+-----------------------------+
16261626
| Padding and Stripping | :meth:`str.ljust` | :meth:`str.rjust` | :meth:`bytes.ljust` | :meth:`bytes.rjust` |
1627-
| +-------------------------------------------+---------------------------------------------------+
1627+
| +-------------------+-----------------------+---------------------+-----------------------------+
16281628
| | :meth:`str.center` | :meth:`bytes.center` |
16291629
| +-------------------------------------------+---------------------------------------------------+
16301630
| | :meth:`str.expandtabs` | :meth:`bytes.expandtabs` |
16311631
| +-------------------------------------------+---------------------------------------------------+
16321632
| | :meth:`str.strip` | :meth:`bytes.strip` |
1633-
| +-------------------------------------------+---------------------------------------------------+
1633+
| +--------------------+----------------------+----------------------+----------------------------+
16341634
| | :meth:`str.lstrip` | :meth:`str.rstrip` | :meth:`bytes.lstrip` | :meth:`bytes.rstrip` |
1635-
+--------------------------+-------------------------------------------+---------------------------------------------------+
1635+
+--------------------------+--------------------+----------------------+----------------------+----------------------------+
16361636
| Translation and Encoding | :meth:`str.translate` | :meth:`bytes.translate` |
16371637
| +-------------------------------------------+---------------------------------------------------+
16381638
| | :meth:`str.maketrans` | :meth:`bytes.maketrans` |

0 commit comments

Comments
 (0)