Skip to content

Commit 8d6f369

Browse files
gh-106318: Update Doc/library/stdtypes.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 03c226b commit 8d6f369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,7 @@ expression support in the :mod:`re` module).
21452145

21462146
>>> ''.isprintable(), ' '.isprintable()
21472147
(True, True)
2148-
>>> '\t'.isprintable(), '\n'.isprintable() # TAB and BREAK LINE
2148+
>>> '\t'.isprintable(), '\n'.isprintable()
21492149
(False, False)
21502150

21512151

0 commit comments

Comments
 (0)