浏览代码

Fixed typo in transactions.txt

Haris Ibrahim K. V 11 年之前
父节点
当前提交
f2a8e47cfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/db/transactions.txt

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

@@ -210,7 +210,7 @@ Django provides a single API to control database transactions.
 
     Open transactions have a performance cost for your database server. To
     minimize this overhead, keep your transactions as short as possible. This
-    is especially important of you're using :func:`atomic` in long-running
+    is especially important if you're using :func:`atomic` in long-running
     processes, outside of Django's request / response cycle.
 
 Autocommit