Skip to content

Commit aeeff47

Browse files
committed
Added docstring
1 parent dce4c94 commit aeeff47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neo4j/v1/session.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ def close(self):
312312
def begin_transaction(self, bookmark=None):
313313
""" Create a new :class:`.Transaction` within this session.
314314
315+
:param bookmark: a bookmark to which the server should
316+
synchronise before beginning the transaction
315317
:return: new :class:`.Transaction` instance.
316318
"""
317319
if self.transaction:

0 commit comments

Comments
 (0)