Skip to content

Commit 5b5793c

Browse files
authored
Remove mention to confusing RFC
1 parent be5b9fc commit 5b5793c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Document that :const:`string.printable` is neither printable in the sense of
2-
POSIX nor of :rfc:`5822` In particular, :meth:`string.printable.isprintable()
3-
<str.isprintable>` returns :const:`False`. Patch by Bénédikt Tran.
1+
Document that :const:`string.printable` is not printable in the POSIX sense.
2+
In particular, :meth:`string.printable.isprintable() <str.isprintable>` returns
3+
:const:`False`. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)