Skip to content

Commit 7380add

Browse files
committed
edits
1 parent 7809afb commit 7380add

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/write/transactions.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Transactions
2020
Overview
2121
--------
2222

23-
In this guide, you can learn how to use the {+driver-short+} driver to perform
23+
In this guide, you can learn how to use the {+driver-short+} to perform
2424
**transactions**. Transactions allow you to run a series of operations that do
2525
not change any data until the transaction is committed. If any operation in
2626
the transaction returns an error, the driver cancels the transaction and discards
@@ -53,8 +53,10 @@ Sample Data
5353
The examples in this guide use the ``sample_restaurants.restaurants`` collection
5454
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
5555
free MongoDB Atlas cluster and load the sample datasets, see the
56-
:ref:`<pymongo-get-started>` tutorial.
56+
:atlas:`Get Started with Atlas </getting-started>` guide.
5757

58+
Methods
59+
-------
5860

5961
Create a ``ClientSession`` by using the ``startSession()`` method on your ``MongoClient``
6062
instance. You can then modify the session state by using the methods provided by

0 commit comments

Comments
 (0)