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 cc7d258 commit 38a53c9Copy full SHA for 38a53c9
docs/advanced/additional-requests.rst
@@ -903,8 +903,8 @@ The Downloader should be able to properly resolve **redirections** except when
903
the method is ``HEAD``. This means that the :class:`~.HttpResponse` that it'll
904
be rendering is already the end of the redirection trail.
905
906
-Laslty, the Downloader should also be able to fully support :mod:`asyncio` to
907
-enable developers to perform additional requests asynchronously.
+Lastly, the Downloader should also be able to fully support the ``async/await``
+syntax in order to enable developers to perform additional requests asynchronously.
908
909
.. _framework-exception-handling:
910
0 commit comments