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 80cdf3d commit be5b9fcCopy full SHA for be5b9fc
Doc/library/string.rst
@@ -69,9 +69,8 @@ The constants defined in this module are:
69
.. note::
70
71
By design, :meth:`string.printable.isprintable() <str.isprintable>`
72
- returns :const:`False`. In particular, ``string.printable`` is
73
- neither POSIX printable (see :manpage:`LC_CTYPE <locale(5)>`)
74
- nor printable in the sense of :rfc:`5822`.
+ returns :const:`False`. In particular, ``string.printable`` is not
+ printable in the POSIX sense (see :manpage:`LC_CTYPE <locale(5)>`).
75
76
77
.. data:: whitespace
0 commit comments