Skip to content

Commit

Permalink
Merge pull request #2579 from tswast/str-not-string
Browse files Browse the repository at this point in the history
Replace types string with str.
  • Loading branch information
dhermes authored Oct 21, 2016
2 parents a001cc1 + 7991df5 commit 3fcb1d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def new_project(self, project_id, name=None, labels=None):
:type project_id: str
:param project_id: The ID for this project.
:type name: string
:type name: str
:param name: The display name of the project.
:type labels: dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class Project(object):
See:
https://cloud.google.com/resource-manager/reference/rest/v1beta1/projects
:type project_id: string
:type project_id: str
:param project_id: The globally unique ID of the project.
:type client: :class:`google.cloud.resource_manager.client.Client`
:param client: The Client used with this project.
:type name: string
:type name: str
:param name: The display name of the project.
:type labels: dict
Expand Down

0 comments on commit 3fcb1d4

Please sign in to comment.