Skip to content

Commit

Permalink
Merge pull request #1958 from GoogleCloudPlatform/jgeewax-1957
Browse files Browse the repository at this point in the history
Fix #1957 - Typo in RM docs
  • Loading branch information
tseaver authored Jul 5, 2016
2 parents eddc4e0 + c28f3de commit e7b9a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resource-manager-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here's a quick example of the full life-cycle:
>>> # Create a new project
>>> new_project = client.new_project('your-project-id-here',
... name='My new project)
... name='My new project')
>>> new_project.create()
>>> # Update an existing project
Expand Down

0 comments on commit e7b9a28

Please sign in to comment.