Skip to content

Commit

Permalink
docs: Fix typo in begin_transaction docstring (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhogg authored Nov 9, 2022
1 parent 34c2c38 commit 7fd3ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/ndb/_datastore_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ def _datastore_allocate_ids(keys, retries=None, timeout=None):

@tasklets.tasklet
def begin_transaction(read_only, retries=None, timeout=None):
"""Start a new transction.
"""Start a new transaction.
Args:
read_only (bool): Whether to start a read-only or read-write
Expand Down

0 comments on commit 7fd3ed3

Please sign in to comment.