diff --git a/google/cloud/client/__init__.py b/google/cloud/client/__init__.py index 5bd12f2..d77e200 100644 --- a/google/cloud/client/__init__.py +++ b/google/cloud/client/__init__.py @@ -55,7 +55,7 @@ class _ClientFactoryMixin(object): def from_service_account_info(cls, info, *args, **kwargs): """Factory to retrieve JSON credentials while creating client. - :type info: str + :type info: dict :param info: The JSON object with a private key and other credentials information (downloaded from the Google APIs console).