Commit 1a81694b authored by Florent Guillaume's avatar Florent Guillaume

Small typo in comment.

parent 6264c821
...@@ -238,7 +238,7 @@ class Transaction(object): ...@@ -238,7 +238,7 @@ class Transaction(object):
# raised, incorporating this traceback. # raised, incorporating this traceback.
self._failure_traceback = None self._failure_traceback = None
# List of (hook, args, kws) tuples added by addbeforeCommitHook(). # List of (hook, args, kws) tuples added by addBeforeCommitHook().
self._before_commit = [] self._before_commit = []
# Raise TransactionFailedError, due to commit()/join()/register() # Raise TransactionFailedError, due to commit()/join()/register()
......
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