Skip to content

Commit 3eca398

Browse files
adorilsonhugovk
andauthored
Update Doc/library/stdtypes.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 84f1a6b commit 3eca398

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() # non-ascii characters can be considered alphabetical too
2001+
>>> 'µ'.isalpha() # non-ASCII characters can be considered alphabetical too
20022002
True
20032003

20042004
See :ref:`unicode-properties`.

0 commit comments

Comments
 (0)