commit | a042549d963cc9b7e0bcc434fbd0df358cf2e2cc | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Mon Oct 17 10:48:35 2016 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 17 10:48:35 2016 -0700 |
tree | 9b3cb911209784ba28bdd7db3662684953959364 | |
parent | 10ec7e92b907c895a19c4ff5a16b7bcac071b45f [diff] [blame] |
Add compute engine credentials (#22)
diff --git a/google/auth/credentials.py b/google/auth/credentials.py index b10e63e..ef28bd7 100644 --- a/google/auth/credentials.py +++ b/google/auth/credentials.py
@@ -102,7 +102,7 @@ apply the token to the authentication header. Args: - request (google.auth.transport.Request): the object used to make + request (google.auth.transport.Request): The object used to make HTTP requests. method (str): The request's HTTP method. url (str): The request's URI.