We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b20c17 commit 54d5482Copy full SHA for 54d5482
1 file changed
Doc/library/stdtypes.rst
@@ -2278,7 +2278,7 @@ expression support in the :mod:`re` module).
2278
>>> '²'.isdecimal(), '²'.isdigit(), '²'.isnumeric()
2279
(False, True, True)
2280
2281
- See also :meth:`isdecimal` and :meth:`isnumeric`. Digital characters are a
+ See also :meth:`isdecimal` and :meth:`isnumeric`. Digit characters are a
2282
superset of decimal characters.
2283
2284
0 commit comments