Skip to content

Commit 754f39c

Browse files
committed
driver fix
1 parent 7c8911e commit 754f39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/transactions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ describes these methods:
9595

9696
* - ``and_run()``
9797
- | Runs the given callback, then commits or ends the transaction. If
98-
the callback raises a transient transaction error, the server retries
99-
the callback. If the callback raises any other error, the server
98+
the callback raises a transient transaction error, the driver retries
99+
the callback. If the callback raises any other error, the driver
100100
ends the transaction and returns the error to the caller. When
101101
you use this method to perform a transaction, the driver automatically
102102
handles any errors, so you can choose to omit error handling code.

0 commit comments

Comments
 (0)