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 868246c commit 77adcc6Copy full SHA for 77adcc6
docs/reference.rst
@@ -1124,7 +1124,7 @@ The correct way is:
1124
resp = task.executor(requests.get, url)
1125
1126
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
+there is no need for ``task.executor``. In this case, ``aiohttp`` can be used (the ``await`` keyword
1128
is optional in pyscript):
1129
1130
.. code:: python
0 commit comments