Skip to content

Commit b10f8a5

Browse files
committed
tech feedback
1 parent d38edf5 commit b10f8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/fundamentals/transactions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)