Skip to content

Commit

Permalink
Fix-up docstrings after Connection() signature change.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 27, 2017
1 parent ec85966 commit f047ff5
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@
class Connection(_http.JSONConnection):
"""A connection to Google Cloud Resource Manager via the JSON REST API.
:type credentials: :class:`oauth2client.client.OAuth2Credentials`
:param credentials: (Optional) The OAuth2 Credentials to use for this
connection.
:type http: :class:`httplib2.Http` or class that defines ``request()``.
:param http: (Optional) HTTP object to make requests.
:type client: :class:`~google.cloud.resource_manager.client.Client`
:param client: The client that owns the current connection.
"""

API_BASE_URL = 'https://cloudresourcemanager.googleapis.com'
Expand Down

0 comments on commit f047ff5

Please sign in to comment.