Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datastore transaction snippets all use Transaction() instead of datastore.Transaction() #706

Closed
jgeewax opened this issue Mar 12, 2015 · 1 comment
Assignees
Labels
api: datastore Issues related to the Datastore API.

Comments

@jgeewax
Copy link
Contributor

jgeewax commented Mar 12, 2015

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()/

@jgeewax jgeewax added api: datastore Issues related to the Datastore API. docs labels Mar 12, 2015
@jgeewax jgeewax added this to the Datastore Stable milestone Mar 12, 2015
@dhermes
Copy link
Contributor

dhermes commented Mar 12, 2015

@jgeewax I had that same thought when I wrote #689.

Fixed in master:
http://googlecloudplatform.github.io/gcloud-python/master/datastore-transactions.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API.
Projects
None yet
Development

No branches or pull requests

2 participants