Skip to content

Commit 38a53c9

Browse files
committed
update docs to refer to async/await instead of asyncio
1 parent cc7d258 commit 38a53c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/additional-requests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,8 @@ The Downloader should be able to properly resolve **redirections** except when
903903
the method is ``HEAD``. This means that the :class:`~.HttpResponse` that it'll
904904
be rendering is already the end of the redirection trail.
905905

906-
Laslty, the Downloader should also be able to fully support :mod:`asyncio` to
907-
enable developers to perform additional requests asynchronously.
906+
Lastly, the Downloader should also be able to fully support the ``async/await``
907+
syntax in order to enable developers to perform additional requests asynchronously.
908908

909909
.. _framework-exception-handling:
910910

0 commit comments

Comments
 (0)