summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaris Ibrahim K. V <blucalvin@gmail.com>2014-05-13 09:48:01 +0530
committerTim Graham <timograham@gmail.com>2014-05-13 07:28:46 -0400
commitbff0eb3b24f94831832f89913a4bcc8c3ee94d80 (patch)
tree29f8f45bf594f2c3a7063506f53f1919eb77b042 /docs
parentc530a63429c7ebf92c29c76e1926d441fa0295d0 (diff)
[1.6.x] Fixed typo in transactions.txt
Backport of f2a8e47cfd from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/transactions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt
index 13cfbcf1bb..035703c6d1 100644
--- a/docs/topics/db/transactions.txt
+++ b/docs/topics/db/transactions.txt
@@ -222,7 +222,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