Skip to content

[Documentation Issue] Missing ' in new_project example #1957

@bhzunami

Description

@bhzunami

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')

Metadata

Metadata

Assignees

Labels

api: cloudresourcemanagerIssues related to the Resource Manager API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions