diff --git a/datastore/api/snippets.py b/datastore/api/snippets.py index e3239a726415..8bb2c306d6e9 100644 --- a/datastore/api/snippets.py +++ b/datastore/api/snippets.py @@ -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