From a827ed38f3c314ffab1d297b9df6bbc017efb9eb Mon Sep 17 00:00:00 2001 From: Luar Roji Date: Thu, 1 Jan 2015 18:23:19 -0200 Subject: [PATCH] Fixed typo --- oauth2client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2client/client.py b/oauth2client/client.py index f45edc5..4007560 100644 --- a/oauth2client/client.py +++ b/oauth2client/client.py @@ -1617,7 +1617,7 @@ def credentials_from_code(client_id, client_secret, scope, code, client_id: string, client identifier. client_secret: string, client secret. scope: string or iterable of strings, scope(s) to request. - code: string, An authroization code, most likely passed down from + code: string, An authorization code, most likely passed down from the client redirect_uri: string, this is generally set to 'postmessage' to match the redirect_uri that the client specified