From ed60e5d19fe5408a8d1c119f72c9c2145b3a2f8a Mon Sep 17 00:00:00 2001 From: Grace Miller Date: Fri, 10 Jan 2025 16:23:19 -0500 Subject: [PATCH] move --- source/fundamentals/transactions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index b6d57e80..3aae93b9 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -157,6 +157,8 @@ options, then creates a session with these options: :start-after: begin-session-txn-options :end-before: end-session-txn-options +.. sharedinclude:: dbx/transactions-parallelism.rst + Example ------- @@ -195,8 +197,6 @@ For an additional example using sessions and transactions with the {+driver-shor :website:`developer blog post on Multi-Document ACID Transactions `. -.. sharedinclude:: dbx/transactions-parallelism.rst - .. _api-docs-transaction: API Documentation