Skip to content

Commit

Permalink
Fixes transactional_retry region tag
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterHub committed Feb 4, 2016
1 parent 4660650 commit cc7dc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/api/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def transfer_funds(client, from_key, to_key, amount):
transfer_funds(client, account1.key, account2.key, 50)
except gcloud.exceptions.Conflict:
continue
# [END transaction_retry]
# [END transactional_retry]

return account1.key, account2.key

Expand Down

0 comments on commit cc7dc15

Please sign in to comment.