commit | 93a7f7cf938bb309e08c0b70446a7cc3e3130499 | [log] [tgz] |
---|---|---|
author | ade@google.com <ade@google.com> | Wed Feb 23 16:00:37 2011 +0000 |
committer | ade@google.com <ade@google.com> | Wed Feb 23 16:00:37 2011 +0000 |
tree | 5afdf08dfd42fde98a21c72a39230f4a036e5166 | |
parent | ad258e295a8f8793edac6a91c42397d34d4f5ba7 [diff] |
Corrected docstring on AccessTokenCredentials class
diff --git a/oauth2client/client.py b/oauth2client/client.py index 0433600..dc9fb60 100644 --- a/oauth2client/client.py +++ b/oauth2client/client.py
@@ -306,7 +306,7 @@ Credentials objects are usually instantiated by a Flow. Args: - token_uri: string, URI of token endpoint. + access_token: string, access token. user_agent: string, The HTTP User-Agent to provide for this application. Notes: