Skip to content

Commit

Permalink
Improve description of 'klass' type.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tseaver committed Mar 23, 2015
1 parent 5588987 commit 3e8e4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def api_request(self, method, path, query_params=None,
def get_scoped_connection(klass, scopes):
"""Create a scoped connection to GCloud.
:type klass: type
:type klass: subclass of :class:`gcloud.connection.Connection`
:param klass: the specific ``Connection`` class to instantiate.
:type scopes: list of URLs
Expand Down

0 comments on commit 3e8e4bc

Please sign in to comment.