@@ -93,18 +93,14 @@ following table describes these methods:
93
93
error if there is no active transaction for the session or if the
94
94
transaction was ended. To learn more about
95
95
this method, see the :manual:`commitTransaction() page
96
- </reference/method/Session.commitTransaction/>` in the Server manual.
97
-
98
- .. note:: Retrying a Transaction
99
-
100
- The ``CommitTransaction()`` method is an idempotent function, which
101
- means that you can attempt to commit a transaction multiple times
102
- without changing data after the first successful commit.
103
-
104
- A transaction can succeed but return an error with the
105
- ``UnknownTransactionCommitResult`` label. If you rerun the
106
- ``CommitTransaction()`` method after receiving this error,
107
- your data is not changed by the repeat attempts.
96
+ </reference/method/Session.commitTransaction/>` in the Server manual.
97
+ |
98
+ | The ``CommitTransaction()`` method is an idempotent function, which
99
+ means that you can attempt to commit a transaction multiple times without changing data after the first successful commit.
100
+ A transaction can succeed but return an error with the
101
+ ``UnknownTransactionCommitResult`` label. If you rerun the
102
+ ``CommitTransaction()`` method after receiving this error,
103
+ your data is not changed by the repeat attempts.
108
104
109
105
|
110
106
| **Parameter**: ``Context``
0 commit comments