From 8b6097372935eb2e59683fe645691bd4e516b6a0 Mon Sep 17 00:00:00 2001 From: Adam McKerlie Date: Wed, 29 Feb 2012 12:22:08 -0500 Subject: [PATCH] Typo --- social_auth/backends/contrib/flickr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_auth/backends/contrib/flickr.py b/social_auth/backends/contrib/flickr.py index b6ba55b..9d4e467 100644 --- a/social_auth/backends/contrib/flickr.py +++ b/social_auth/backends/contrib/flickr.py @@ -58,7 +58,7 @@ class FlickrAuth(ConsumerBasedOAuth): def access_token(self, token): """Return request for access token value""" # Flickr is a bit different - it passes user information along with - # the access token, so temporarily store it to vie the user_data + # the access token, so temporarily store it to view the user_data # method easy access later in the flow! request = self.oauth_request(token, self.ACCESS_TOKEN_URL) response = self.fetch_response(request) -- 2.39.5