Datastore transaction snippets all use Transaction()
instead of datastore.Transaction()
#706
Labels
api: datastore
Issues related to the Datastore API.
Looking at this page (in it's entirety): http://googlecloudplatform.github.io/gcloud-python/latest/datastore-transactions.html
Minor thing here, but would be more clear if we explicitly wrote
datastore.Transaction
.Basically
s/Transaction()/datastore.Transaction()/
The text was updated successfully, but these errors were encountered: