diff --git a/neo4j/_async/work/session.py b/neo4j/_async/work/session.py index d4cb0a2d4..217963d99 100644 --- a/neo4j/_async/work/session.py +++ b/neo4j/_async/work/session.py @@ -410,7 +410,7 @@ async def begin_transaction( At most one transaction may exist in a session at any point in time. To maintain multiple concurrent transactions, use multiple concurrent sessions. - Note: For auto-transaction (AsyncSession.run) this will trigger an consume for the current result. + Note: For auto-transaction (AsyncSession.run) this will trigger a consume for the current result. :param metadata: a dictionary with metadata. diff --git a/neo4j/_sync/work/session.py b/neo4j/_sync/work/session.py index 67ed84e0a..2edc67d66 100644 --- a/neo4j/_sync/work/session.py +++ b/neo4j/_sync/work/session.py @@ -410,7 +410,7 @@ def begin_transaction( At most one transaction may exist in a session at any point in time. To maintain multiple concurrent transactions, use multiple concurrent sessions. - Note: For auto-transaction (Session.run) this will trigger an consume for the current result. + Note: For auto-transaction (Session.run) this will trigger a consume for the current result. :param metadata: a dictionary with metadata.