Skip to content

Commit 78d7035

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

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

20012001
.. doctest::
20022002

2003-
>>> 'a common word'.isascii()
2003+
>>> 'ASCII characters'.isascii()
20042004
True
20052005
>>> 'µ'.isascii()
20062006
False

0 commit comments

Comments
 (0)