Skip to content

Commit cc7dc15

Browse files
committed
Fixes transactional_retry region tag
1 parent 4660650 commit cc7dc15

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)