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 140d99b commit 08a4a43Copy full SHA for 08a4a43
Doc/library/stdtypes.rst
@@ -2742,7 +2742,7 @@ expression support in the :mod:`re` module).
2742
Return a copy of the string with the leading and trailing characters removed.
2743
The *chars* argument is a string specifying the set of characters to be removed.
2744
If omitted or ``None``, the *chars* argument defaults to removing whitespace.
2745
- The *chars* argument is not a prefix or suffix; rather, all comrbinations of its
+ The *chars* argument is not a prefix or suffix; rather, all combinations of its
2746
values are stripped::
2747
2748
>>> ' spacious '.strip()
0 commit comments