Skip to content

Commit 8d85bc9

Browse files
committed
fix refs
1 parent cdbc251 commit 8d85bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The constants defined in this module are:
6868

6969
.. note::
7070

71-
By design, :meth:`string.printable.isprintable() <str.printable>`
71+
By design, :meth:`string.printable.isprintable() <str.isprintable>`
7272
returns :const:`False`. In particular, ``string.printable`` is
7373
neither POSIX printable (see :manpage:`LC_CTYPE <locale(2)>`)
7474
nor printable in the sense of :rfc:`5822`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Document that :const:`string.printable` is neither printable in the sense of
22
POSIX nor of :rfc:`5822` In particular, :meth:`string.printable.isprintable()
3-
<str.printable>` returns :const:`False`. Patch by Bénédikt Tran.
3+
<str.isprintable>` returns :const:`False`. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)