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

[Documentation Issue] Missing ' in new_project example #1957

Closed
bhzunami opened this issue Jul 5, 2016 · 0 comments
Closed

[Documentation Issue] Missing ' in new_project example #1957

bhzunami opened this issue Jul 5, 2016 · 0 comments
Assignees
Labels
api: cloudresourcemanager Issues related to the Resource Manager API. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@bhzunami
Copy link

bhzunami commented Jul 5, 2016

Page Name: resource-manager-api
Release: 0.17.0
There is a tiny little error in 'client.new_project' line. The ' is missing at the end.

new_project = client.new_project('your-project-id-here',
...                                  name='My new project)

should be

new_project = client.new_project('your-project-id-here',
...                                  name='My new project')
@jgeewax jgeewax added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. docs api: cloudresourcemanager Issues related to the Resource Manager API. labels Jul 5, 2016
@tseaver tseaver closed this as completed in c28f3de Jul 5, 2016
tseaver added a commit that referenced this issue Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudresourcemanager Issues related to the Resource Manager API. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants