Skip to content

Commit ccbdae0

Browse files
API Docs: fix typo in begin_transaction docstring. (#819)
1 parent d847348 commit ccbdae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neo4j/_async/work/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async def begin_transaction(
410410
At most one transaction may exist in a session at any point in time.
411411
To maintain multiple concurrent transactions, use multiple concurrent sessions.
412412
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.
414414
415415
:param metadata:
416416
a dictionary with metadata.

neo4j/_sync/work/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def begin_transaction(
410410
At most one transaction may exist in a session at any point in time.
411411
To maintain multiple concurrent transactions, use multiple concurrent sessions.
412412
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.
414414
415415
:param metadata:
416416
a dictionary with metadata.

0 commit comments

Comments
 (0)