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 8025df4 commit 46809faCopy full SHA for 46809fa
docs/reference.rst
@@ -2034,7 +2034,7 @@ async I/O directly:
2034
argument can only be a regular Python function, not a function defined in pyscript.
2035
2036
If you want to do file or network I/O from pyscript, or make any system calls that might block,
2037
-three are three main choices:
+there are three main choices:
2038
2039
- Use async versions of the I/O functions you need (eg, ``ascyncio``, ``aiohttp`` etc). This is the
2040
recommended approach.
0 commit comments