diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index ec18cd75259147..94b7c8841759af 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2743,6 +2743,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::