We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa3ecc commit eb31bd6Copy full SHA for eb31bd6
Doc/library/stdtypes.rst
@@ -2577,8 +2577,7 @@ expression support in the :mod:`re` module).
2577
Return a copy of the string with trailing characters removed. The *chars*
2578
argument is a string specifying the set of characters to be removed. If omitted
2579
or ``None``, the *chars* argument defaults to removing whitespace. The *chars*
2580
- argument is not a suffix; rather, all combinations of its values are stripped:
2581
-
+ argument is not a suffix; rather, all combinations of its values are stripped.
2582
For example:
2583
2584
.. doctest::
0 commit comments