瀏覽代碼

Fixed typo in docs/topics/async.txt.

Mariusz Felisiak 2 年之前
父節點
當前提交
0c60d11bdb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/async.txt

+ 1 - 1
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