diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 20e021ec4842b8..ecc11201db7829 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2592,6 +2592,8 @@ expression support in the :mod:`re` module). The *chars* argument is not a prefix or suffix; rather, all combinations of its values are stripped. + Whitespace characters are defined by :meth:`str.isspace`. + For example: .. doctest::