Skip to content

Commit e7b9a28

Browse files
authored
Merge pull request #1958 from GoogleCloudPlatform/jgeewax-1957
Fix #1957 - Typo in RM docs
2 parents eddc4e0 + c28f3de commit e7b9a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resource-manager-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here's a quick example of the full life-cycle:
2929
3030
>>> # Create a new project
3131
>>> new_project = client.new_project('your-project-id-here',
32-
... name='My new project)
32+
... name='My new project')
3333
>>> new_project.create()
3434
3535
>>> # Update an existing project

0 commit comments

Comments
 (0)