Skip to content

Commit b105cd4

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

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
@@ -1994,9 +1994,9 @@ expression support in the :mod:`re` module).
19941994

19951995
.. doctest::
19961996

1997-
>>> 'a commom word'.isalpha()
1997+
>>> 'Letters and spaces'.isalpha()
19981998
False
1999-
>>> 'acommomword'.isalpha()
1999+
>>> 'LettersOnly'.isalpha()
20002000
True
20012001
>>> 'µ'.isalpha() # non-ASCII characters can be considered alphabetical too
20022002
True

0 commit comments

Comments
 (0)