Skip to content

Commit 211478c

Browse files
Update Doc/library/stdtypes.rst
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent b496167 commit 211478c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ expression support in the :mod:`re` module).
22402240
>>> '²'.isdecimal(), '²'.isdigit(), '²'.isnumeric()
22412241
(False, True, True)
22422242

2243-
See also :meth:`isdecimal` and :meth:`isdigit`.
2243+
See also :meth:`isdecimal` and :meth:`isdigit`.
22442244

22452245

22462246
.. method:: str.isprintable()

0 commit comments

Comments
 (0)