We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8645e9 commit 55d4ea2Copy full SHA for 55d4ea2
1 file changed
Doc/library/stdtypes.rst
@@ -1998,7 +1998,7 @@ expression support in the :mod:`re` module).
1998
False
1999
>>> 'acommomword'.isalpha()
2000
True
2001
- >>> 'µ'.isalpha() # no-ascii characters could be alpha too
+ >>> 'µ'.isalpha() # non-ascii characters can be considered alphabetical too
2002
2003
2004
See :ref:`unicode-properties`.
0 commit comments