File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ describes these methods:
9494 transaction was committed or ended.
9595
9696 * - ``and_run()``
97- - | Runs the given callback, then commits or ends the transaction. If
98- the callback raises an error with a ``TRANSIENT_TRANSACTION_ERROR``
99- label, the driver retries the callback . If the callback raises any
97+ - | Runs the given callback, then commits or ends the transaction. The
98+ driver retries callbacks and commits that raise an error with a
99+ ``TRANSIENT_TRANSACTION_ERROR`` label . If they raise any
100100 other error, the driver ends the transaction and returns the error
101101 to the caller. When you use this method to perform a transaction,
102102 the driver automatically handles any errors, so you can choose to omit
You can’t perform that action at this time.
0 commit comments