Skip to content

Commit 9b73846

Browse files
adorilsonhugovk
andauthored
Update Doc/library/stdtypes.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 55a92a7 commit 9b73846

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
@@ -2014,7 +2014,7 @@ expression support in the :mod:`re` module).
20142014

20152015
>>> '0123456789'.isdecimal()
20162016
True
2017-
>>> '٠١٢٣٤٥٦٧٨٩'.isdecimal() # ARABIC-INDIC DIGIT ZERO TO NINE
2017+
>>> '٠١٢٣٤٥٦٧٨٩'.isdecimal() # Arabic-Indic digits zero to nine
20182018
True
20192019
>>> 'alphabetic'.isdecimal()
20202020
False

0 commit comments

Comments
 (0)