Skip to content

Commit 880a306

Browse files
committed
Fix typo: sesssion -> session
1 parent fed7839 commit 880a306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ application an access token can be obtained:
6060
6161
# the code should be returned upon the redirect from the authorize step,
6262
# be sure to use it here (hint: it's in the URL!)
63-
sesssion = facebook.get_auth_session(data={'code': 'foo',
63+
session = facebook.get_auth_session(data={'code': 'foo',
6464
'redirect_uri': redirect_uri})
6565
6666
print session.get('me').json()['username']

0 commit comments

Comments
 (0)