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 d69df4b commit 33f5bd0Copy full SHA for 33f5bd0
Doc/library/stdtypes.rst
@@ -2000,16 +2000,10 @@ expression support in the :mod:`re` module).
2000
2001
For example::
2002
2003
- >>> 'a commom word'.isascii()
2004
- True
2005
- >>> 'acommomword'.isascii()
+ >>> 'a common word'.isascii()
2006
True
2007
>>> 'µ'.isascii()
2008
False
2009
- >>> 'æ'.isascii()
2010
- False
2011
- >>> 'Ŧ'.isascii()
2012
2013
2014
.. versionadded:: 3.7
2015
0 commit comments