We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e41ce commit 9581c7aCopy full SHA for 9581c7a
source/crud/transactions.txt
@@ -306,8 +306,8 @@ Transaction Errors
306
307
Because MongoDB transactions are :website:`ACID compliant
308
</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:
+to ensure your data maintains consistent. If the following errors occur, your
+application must retry the transaction:
311
312
- ``TransientTransactionError``: Raised if a write operation encounters an error
313
before the driver commits the transaction. To learn more about this error
0 commit comments