-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: cloudresourcemanagerIssues related to the Resource Manager API.Issues related to the Resource Manager API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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.Issues related to the Resource Manager API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.