Skip to content

Commit 52b2284

Browse files
committed
fix
1 parent 1556b35 commit 52b2284

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/write/transactions.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ If you require more control over your transactions, you can use the ``start_tran
136136
method. You can use this method with the ``commit_transaction()`` and ``abort_transaction()``
137137
methods described in the preceding section to manually manage the transaction lifecycle.
138138

139-
.. sharedinclude:: dbx/transactions-parallelism.rst
139+
.. note:: Parallel Operations Not Supported
140+
141+
PyMongo does not support running parallel operations within a single transaction.
140142

141143
Additional Information
142144
----------------------

0 commit comments

Comments
 (0)