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 70e2346 commit a0595a8Copy full SHA for a0595a8
1 file changed
Doc/library/stdtypes.rst
@@ -2008,7 +2008,7 @@ expression support in the :mod:`re` module).
2008
otherwise. Decimal characters are those that can be used to form
2009
numbers in base 10, e.g. U+0660, ARABIC-INDIC DIGIT
2010
ZERO. Formally a decimal character is a character in the Unicode
2011
- General Category "Nd". For example::
+ General Category "Nd". For example:
2012
2013
.. doctest::
2014
@@ -2029,6 +2029,7 @@ expression support in the :mod:`re` module).
2029
like the Kharosthi numbers. Formally, a digit is a character that has the
2030
property value Numeric_Type=Digit or Numeric_Type=Decimal.
2031
2032
+
2033
.. method:: str.isidentifier()
2034
2035
Return ``True`` if the string is a valid identifier according to the language
0 commit comments