Skip to content

Commit a6ee6af

Browse files
committed
Updating docstring on credentials.get_for_service_account function.
1 parent dfcc90b commit a6ee6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def get_for_service_account(client_email, private_key_path, scope=None):
77
"""Gets the credentials for a service account.
88
99
.. note::
10-
You should not need to use this method directly.
10+
You should not need to use this function directly.
1111
Instead, use the helper methods provided in
1212
:func:`gcloud.datastore.__init__.get_connection`
1313
and

0 commit comments

Comments
 (0)