Skip to content

Commit

Permalink
Fixed another mistake in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Jan 2, 2018
1 parent 6fb5882 commit 752ac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Manually connecting with OAuth version 2.0
)
session_manager.get_access_tokens(request.GET['code'])
access_token = client.access_token
access_token = session_manager.access_token
Store ``access_token`` for later use.

Expand Down

0 comments on commit 752ac39

Please sign in to comment.