Skip to content

Commit f98e7bd

Browse files
authored
Merge pull request #276 from akira-dev/patch-1
documentation enhancement for mobile application flow
2 parents 2849799 + 6c28b22 commit f98e7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth2_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The steps below outline how to use the Implicit Code Grant Type flow to obtain a
124124

125125
.. code-block:: pycon
126126
127-
>>> response = oauth.request('GET', authorization_url)
127+
>>> response = oauth.get(authorization_url)
128128
>>> oauth.token_from_fragment(response.url)
129129
130130

0 commit comments

Comments
 (0)