瀏覽代碼

Fix two typos in database transactions docs

Ana Krivokapic 12 年之前
父節點
當前提交
cee96b87c0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/topics/db/transactions.txt

+ 2 - 2
docs/topics/db/transactions.txt

@@ -74,8 +74,8 @@ To disable this behavior for a specific view, you must set the
 In practice, this feature simply wraps every view function in the :func:`atomic`
 decorator described below.
 
-Note that only the execution of your view in enclosed in the transactions.
-Middleware run outside of the transaction, and so does the rendering of
+Note that only the execution of your view is enclosed in the transactions.
+Middleware runs outside of the transaction, and so does the rendering of
 template responses.
 
 .. versionchanged:: 1.6