File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ async def begin_transaction(
410
410
At most one transaction may exist in a session at any point in time.
411
411
To maintain multiple concurrent transactions, use multiple concurrent sessions.
412
412
413
- Note: For auto-transaction (AsyncSession.run) this will trigger an consume for the current result.
413
+ Note: For auto-transaction (AsyncSession.run) this will trigger a consume for the current result.
414
414
415
415
:param metadata:
416
416
a dictionary with metadata.
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ def begin_transaction(
410
410
At most one transaction may exist in a session at any point in time.
411
411
To maintain multiple concurrent transactions, use multiple concurrent sessions.
412
412
413
- Note: For auto-transaction (Session.run) this will trigger an consume for the current result.
413
+ Note: For auto-transaction (Session.run) this will trigger a consume for the current result.
414
414
415
415
:param metadata:
416
416
a dictionary with metadata.
You can’t perform that action at this time.
0 commit comments