Skip to content

Commit 8e09bfd

Browse files
committed
Clarify sentence.
Feedback from @silvolu.
1 parent fb0d8dc commit 8e09bfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gcloud/datastore/transaction.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class Transaction(object):
2121
... entity1.save()
2222
... entity2.save()
2323
24-
By default, the transaction is rolled back is an error::
24+
By default, the transaction is rolled back if the transaction block
25+
exits with an error::
2526
2627
>>> from gcloud import datastore
2728
>>> dataset = datastore.get_dataset('dataset-id', email, key_path)

0 commit comments

Comments
 (0)