Commit 529b7f7c authored by Christian Theune's avatar Christian Theune

Typo.

parent df18ff7f
...@@ -703,13 +703,13 @@ class IStorage(Interface): ...@@ -703,13 +703,13 @@ class IStorage(Interface):
Changes must be made permanent at this point. Changes must be made permanent at this point.
This call is ignored if the storage isn't participating in This call is ignored if the storage isn't participating in
two-phase commit or if it is commiting a different two-phase commit or if it is committing a different
transaction. Failure of this method is extremely serious. transaction. Failure of this method is extremely serious.
The second argument is a call-back function that must be The second argument is a call-back function that must be
called while the storage transaction lock is held. It takes called while the storage transaction lock is held. It takes
the new transaction id generated by the transaction. the new transaction id generated by the transaction.
""" """
def tpc_vote(transaction): def tpc_vote(transaction):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment