Skip to content

Commit 83f9027

Browse files
Revert "API Docs: fix typo in begin_transaction docstring."
This reverts commit d515843.
1 parent d515843 commit 83f9027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/_sync/work/session.py

Lines changed: 1 addition & 1 deletion
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 a consume for the current result.
413+
Note: For auto-transaction (Session.run) this will trigger an consume for the current result.
414414
415415
:param metadata:
416416
a dictionary with metadata.

0 commit comments

Comments
 (0)