Skip to content

Commit 46809fa

Browse files
committed
minor typo fix
1 parent 8025df4 commit 46809fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ async I/O directly:
20342034
argument can only be a regular Python function, not a function defined in pyscript.
20352035

20362036
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:
2037+
there are three main choices:
20382038

20392039
- Use async versions of the I/O functions you need (eg, ``ascyncio``, ``aiohttp`` etc). This is the
20402040
recommended approach.

0 commit comments

Comments
 (0)