浏览代码

Fixed typo in docs/topics/db/transactions.txt.

Corey Farwell 10 年之前
父节点
当前提交
4db75925be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/db/transactions.txt

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

@@ -575,7 +575,7 @@ the block of code it controls; when exiting the block, it commits or
 rollbacks, and switches back to auto mode.
 
 So :func:`commit_on_success` really has two effects: it changes the
-transaction state and it defines an transaction block. Nesting will give the
+transaction state and it defines a transaction block. Nesting will give the
 expected results in terms of transaction state, but not in terms of
 transaction semantics. Most often, the inner block will commit, breaking the
 atomicity of the outer block.