Skip to content

Commit c8645e9

Browse files
committed
gh-106318: Fix link to Unicode Properties on str.isalpha() doc
1 parent 38c3493 commit c8645e9

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
@@ -2001,8 +2001,8 @@ expression support in the :mod:`re` module).
20012001
>>> 'µ'.isalpha() # no-ascii characters could be alpha too
20022002
True
20032003

2004+
See :ref:`unicode-properties`.
20042005

2005-
See Unicode Properties section in :ref:`unicode-howto`.
20062006

20072007
.. method:: str.isascii()
20082008

0 commit comments

Comments
 (0)