Skip to content

Commit 5422167

Browse files
drigzJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
1 parent 002f288 commit 5422167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/cloud-client/snippets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def transfer_funds(client, from_key, to_key, amount):
672672
except google.cloud.exceptions.Conflict:
673673
continue
674674
else:
675-
print('Trasaction failed.')
675+
print('Transaction failed.')
676676
# [END transactional_retry]
677677

678678
return account1.key, account2.key

0 commit comments

Comments
 (0)