Skip to content

Commit 4dcd9a7

Browse files
author
Jonathan Wayne Parrott
committed
Merge pull request #172 from WalterHub/patch-1
Fixes transactional_retry region tag
2 parents 4660650 + cc7dc15 commit 4dcd9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/api/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def transfer_funds(client, from_key, to_key, amount):
663663
transfer_funds(client, account1.key, account2.key, 50)
664664
except gcloud.exceptions.Conflict:
665665
continue
666-
# [END transaction_retry]
666+
# [END transactional_retry]
667667

668668
return account1.key, account2.key
669669

0 commit comments

Comments
 (0)