Skip to content

Commit a0595a8

Browse files
committed
gh-106318: Resolve conflit with doctest role and add a blank line
1 parent 70e2346 commit a0595a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)