Skip to content

Commit be5b9fc

Browse files
authored
Remove mention to (confusing) RFC
1 parent 80cdf3d commit be5b9fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/string.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ The constants defined in this module are:
6969
.. note::
7070

7171
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`.
72+
returns :const:`False`. In particular, ``string.printable`` is not
73+
printable in the POSIX sense (see :manpage:`LC_CTYPE <locale(5)>`).
7574

7675

7776
.. data:: whitespace

0 commit comments

Comments
 (0)