Skip to content

Commit 77adcc6

Browse files
committed
minor change
1 parent 868246c commit 77adcc6

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
@@ -1124,7 +1124,7 @@ The correct way is:
11241124
resp = task.executor(requests.get, url)
11251125
11261126
An even better solution to fetch a URL is to use a Python package that uses asyncio, in which case
1127-
there is no need for ``task.executor``. In this case, ``aiohttp`` can be used (the `await` keyword
1127+
there is no need for ``task.executor``. In this case, ``aiohttp`` can be used (the ``await`` keyword
11281128
is optional in pyscript):
11291129

11301130
.. code:: python

0 commit comments

Comments
 (0)