File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2008,7 +2008,7 @@ expression support in the :mod:`re` module).
20082008 otherwise. Decimal characters are those that can be used to form
20092009 numbers in base 10, e.g. U+0660, ARABIC-INDIC DIGIT
20102010 ZERO. Formally a decimal character is a character in the Unicode
2011- General Category "Nd". For example::
2011+ General Category "Nd". For example:
20122012
20132013 .. doctest ::
20142014
@@ -2029,6 +2029,7 @@ expression support in the :mod:`re` module).
20292029 like the Kharosthi numbers. Formally, a digit is a character that has the
20302030 property value Numeric_Type=Digit or Numeric_Type=Decimal.
20312031
2032+
20322033.. method :: str.isidentifier()
20332034
20342035 Return ``True `` if the string is a valid identifier according to the language
You can’t perform that action at this time.
0 commit comments