We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0d8dc commit 8e09bfdCopy full SHA for 8e09bfd
gcloud/datastore/transaction.py
@@ -21,7 +21,8 @@ class Transaction(object):
21
... entity1.save()
22
... entity2.save()
23
24
- By default, the transaction is rolled back is an error::
+ By default, the transaction is rolled back if the transaction block
25
+ exits with an error::
26
27
>>> from gcloud import datastore
28
>>> dataset = datastore.get_dataset('dataset-id', email, key_path)
0 commit comments