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 33535e0 commit 60cbdd9Copy full SHA for 60cbdd9
1 file changed
Doc/library/stdtypes.rst
@@ -2320,7 +2320,7 @@ expression support in the :mod:`re` module).
2320
2321
>>> '0123456789'.isnumeric()
2322
True
2323
- >>> '٠١٢٣٤٥٦٧٨٩'.isnumeric() # Arabic-indic digit zero to nine
+ >>> '٠١٢٣٤٥٦٧٨٩'.isnumeric() # Arabic-indic digits zero to nine
2324
2325
>>> '⅕'.isnumeric() # Vulgar fraction one fifth
2326
0 commit comments