summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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