Skip to content

Commit 38c3493

Browse files
committed
gh-106318: Resolve conflict on str.isalpha() doc
1 parent 3b53406 commit 38c3493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,9 +1990,9 @@ expression support in the :mod:`re` module).
19901990
from the `Alphabetic property defined in the section 4.10 'Letters, Alphabetic, and
19911991
Ideographic' of the Unicode Standard
19921992
<https://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-4/#G91002>`_.
1993-
For example::
1993+
For example:
19941994

1995-
..doctest::
1995+
.. doctest::
19961996

19971997
>>> 'a commom word'.isalpha()
19981998
False

0 commit comments

Comments
 (0)