summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-19 20:25:38 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-19 20:26:29 +0100
commit78bb8f95f80489183a98795ebb312ae991ff337e (patch)
tree9c3fc8291921e15c78171dc5e4330fe4cdcecb8b
parent54bdc99cd03d4325eae621e50e3ced302bc18676 (diff)
[4.1.x] Fixed typo in docs/topics/async.txt.
Backport of 0c60d11bdbe5bf353e3fa0f2db1cb85786ca3448 from main
-rw-r--r--docs/topics/async.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/async.txt b/docs/topics/async.txt
index 9e2785c351..841a2edd2a 100644
--- a/docs/topics/async.txt
+++ b/docs/topics/async.txt
@@ -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