Skip to content

Commit 9581c7a

Browse files
Update source/crud/transactions.txt
Co-authored-by: Mike Woofter <[email protected]>
1 parent 99e41ce commit 9581c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/crud/transactions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ Transaction Errors
306306

307307
Because MongoDB transactions are :website:`ACID compliant
308308
</basics/acid-transactions>`, the driver might produce errors during operation
309-
to ensure your data maintains consistent. If the following errors occur, the
310-
transaction must be retried:
309+
to ensure your data maintains consistent. If the following errors occur, your
310+
application must retry the transaction:
311311

312312
- ``TransientTransactionError``: Raised if a write operation encounters an error
313313
before the driver commits the transaction. To learn more about this error

0 commit comments

Comments
 (0)