Skip to content

Commit

Permalink
Tiny doc grammar fix: remove redundant "for"
Browse files Browse the repository at this point in the history
(cherry picked from commit 6faeb3f)
  • Loading branch information
leviroth authored and LilSpazJoekp committed Feb 24, 2021
1 parent 19b93e3 commit 96fe4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncprawcore/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def authorize_url(self, duration, scopes, state, implicit=False):
:param state: A string that will be reflected in the callback to
``redirect_uri``. Elements must be printable ASCII characters in the range
0x20 through 0x7E inclusive. This value should be temporarily unique to the
client for whom the URL was generated for.
client for whom the URL was generated.
:param implicit: (optional) Use the implicit grant flow (default:
False). This flow is only available for UntrustedAuthenticators.
Expand Down

0 comments on commit 96fe4be

Please sign in to comment.