Skip to content

Commit

Permalink
Merge pull request #172 from WalterHub/patch-1
Browse files Browse the repository at this point in the history
Fixes transactional_retry region tag
  • Loading branch information
Jonathan Wayne Parrott committed Feb 5, 2016
2 parents 4660650 + cc7dc15 commit 4dcd9a7
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 4dcd9a7

Please sign in to comment.