Skip to content

Commit 55d4ea2

Browse files
adorilsonmerwok
andauthored
gh-106318: Improve comment in str.isalpha() doc example
Co-authored-by: Éric <merwok@netwok.org>
1 parent c8645e9 commit 55d4ea2

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
@@ -1998,7 +1998,7 @@ expression support in the :mod:`re` module).
19981998
False
19991999
>>> 'acommomword'.isalpha()
20002000
True
2001-
>>> 'µ'.isalpha() # no-ascii characters could be alpha too
2001+
>>> 'µ'.isalpha() # non-ascii characters can be considered alphabetical too
20022002
True
20032003

20042004
See :ref:`unicode-properties`.

0 commit comments

Comments
 (0)