Skip to content

Commit 44d029a

Browse files
committed
Improve description of 'klass' type.
[ci skip]
1 parent b93a661 commit 44d029a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def api_request(self, method, path, query_params=None,
303303
def get_scoped_connection(klass, scopes):
304304
"""Create a scoped connection to GCloud.
305305
306-
:type klass: type
306+
:type klass: subclass of :class:`gcloud.connection.Connection`
307307
:param klass: the specific ``Connection`` class to instantiate.
308308
309309
:type scopes: list of URLs

0 commit comments

Comments
 (0)