Skip to content

Commit 03c226b

Browse files
committed
[Doc] Remove unnecessary role on str.isprintable()
1 parent 4480424 commit 03c226b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,8 +2123,6 @@ expression support in the :mod:`re` module).
21232123
value Numeric_Type=Digit, Numeric_Type=Decimal or Numeric_Type=Numeric.
21242124

21252125

2126-
.. _meth-str-isprintable:
2127-
21282126
.. method:: str.isprintable()
21292127

21302128
Return ``True`` if all characters in the string are printable, ``False`` if it

0 commit comments

Comments
 (0)