1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed typo in docs/topics/async.txt.

This commit is contained in:
Mariusz Felisiak 2022-12-19 20:25:38 +01:00 committed by GitHub
parent 289e9a75af
commit 0c60d11bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ With some exceptions, Django can run ORM queries asynchronously as well::
Detailed notes can be found in :ref:`async-queries`, but in short:
* All ``QuerySet`` methods that cause a SQL query to occur have an
* All ``QuerySet`` methods that cause an SQL query to occur have an
``a``-prefixed asynchronous variant.
* ``async for`` is supported on all QuerySets (including the output of