We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49b553 commit 84b594aCopy full SHA for 84b594a
doc/src/api_manual/connection.rst
@@ -392,8 +392,8 @@ Connection Methods
392
393
The following code sample demonstrates the ``tpc_commit()`` function::
394
395
- connection.tpc_commit(xid=x, one_phase=False)
396
x = connection.xid(format_id=1, global_transaction_id="tx1", branch_qualifier="br1")
+ connection.tpc_commit(xid=x, one_phase=False)
397
398
See :ref:`tcp` for information on TPC.
399
0 commit comments