Skip to content

Commit

Permalink
Updating docstring on credentials.get_for_service_account function.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 13, 2014
1 parent dfcc90b commit a6ee6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def get_for_service_account(client_email, private_key_path, scope=None):
"""Gets the credentials for a service account.
.. note::
You should not need to use this method directly.
You should not need to use this function directly.
Instead, use the helper methods provided in
:func:`gcloud.datastore.__init__.get_connection`
and
Expand Down

0 comments on commit a6ee6af

Please sign in to comment.