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 a46fff4 commit 3f8c211Copy full SHA for 3f8c211
1 file changed
Doc/library/stdtypes.rst
@@ -2747,8 +2747,8 @@ expression support in the :mod:`re` module).
2747
The *chars* argument is not a prefix or suffix; rather, all combinations of its
2748
values are stripped.
2749
2750
- Whitespace characters are those defined by Unicode as spaces, tabs, and newline characters.
2751
-
+ Whitespace characters are defined by :meth:`str.isspace`.
+
2752
For example:
2753
2754
.. doctest::
0 commit comments