Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 7, 2024
1 parent e2c7396 commit 22bfe9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Multi-Record Transactions
Requires server version 8.0+

:param transaction: Multi-record transaction.
:type transaction: :class:`aerospike.Transaction`
:type transaction: :py:class:`aerospike.Transaction`
:param bool get_commit_status:
If :py:obj:`True`, return one of :ref:`mrt_commit_status_constants`.
Otherwise, return :py:obj:`None`.
Expand All @@ -614,7 +614,7 @@ Multi-Record Transactions
Requires server version 8.0+

:param transaction: Multi-record transaction.
:type transaction: :class:`aerospike.Transaction`
:type transaction: :py:class:`aerospike.Transaction`
:param bool get_abort_status:
If :py:obj:`True`, return one of :ref:`mrt_abort_status_constants`.
Otherwise, return :py:obj:`None`.
Expand Down

0 comments on commit 22bfe9e

Please sign in to comment.