File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Transactions
20
20
Overview
21
21
--------
22
22
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
24
24
**transactions**. Transactions allow you to run a series of operations that do
25
25
not change any data until the transaction is committed. If any operation in
26
26
the transaction returns an error, the driver cancels the transaction and discards
@@ -53,8 +53,10 @@ Sample Data
53
53
The examples in this guide use the ``sample_restaurants.restaurants`` collection
54
54
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
55
55
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 .
57
57
58
+ Methods
59
+ -------
58
60
59
61
Create a ``ClientSession`` by using the ``startSession()`` method on your ``MongoClient``
60
62
instance. You can then modify the session state by using the methods provided by
You can’t perform that action at this time.
0 commit comments