Skip to content

Commit af539be

Browse files
committed
temp
1 parent 6a6b223 commit af539be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ydb/query/session.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ def transaction(self, tx_mode: Optional[base.BaseQueryTxMode] = None) -> QueryTx
271271
Creates a transaction context manager with specified transaction mode.
272272
273273
:param tx_mode: Transaction mode, which is a one from the following choises:
274-
1) QuerySerializableReadWrite() which is default mode;
275-
2) QueryOnlineReadOnly(allow_inconsistent_reads=False);
276-
3) QuerySnapshotReadOnly();
277-
4) QueryStaleReadOnly().
274+
1) QuerySerializableReadWrite() which is default mode;
275+
2) QueryOnlineReadOnly(allow_inconsistent_reads=False);
276+
3) QuerySnapshotReadOnly();
277+
4) QueryStaleReadOnly().
278278
279279
:return transaction context manager.
280280

0 commit comments

Comments
 (0)