Skip to content

Commit 55a92a7

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

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
@@ -2006,7 +2006,7 @@ expression support in the :mod:`re` module).
20062006
Return ``True`` if all characters in the string are decimal
20072007
characters and there is at least one character, ``False``
20082008
otherwise. Decimal characters are those that can be used to form
2009-
numbers in base 10, e.g. U+0660, ARABIC-INDIC DIGIT
2009+
numbers in base 10, such as U+0660, ARABIC-INDIC DIGIT
20102010
ZERO. Formally a decimal character is a character in the Unicode
20112011
General Category "Nd". For example:
20122012

0 commit comments

Comments
 (0)