diff options
author | Andy Piper <[email protected]> | 2022-11-13 22:05:11 +0000 |
---|---|---|
committer | Andy Piper <[email protected]> | 2022-11-13 22:05:11 +0000 |
commit | a227bb04622afdb0c2ce208242144a7be0100af7 (patch) | |
tree | 6b04d412fe56b2eede6cbdb505de4834156a3075 | |
parent | 3d10b13f3268e0d9988be2c8923397a76d9b1d43 (diff) | |
download | mastodon.py-a227bb04622afdb0c2ce208242144a7be0100af7.tar.gz |
typo
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 98578fb..11cd2f3 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -262,7 +262,7 @@ class Mastodon: | |||
262 | api_base_url=__DEFAULT_BASE_URL, request_timeout=__DEFAULT_TIMEOUT, session=None): | 262 | api_base_url=__DEFAULT_BASE_URL, request_timeout=__DEFAULT_TIMEOUT, session=None): |
263 | """ | 263 | """ |
264 | Create a new app with given `client_name` and `scopes` (The basic scopes are "read", "write", "follow" and "push" | 264 | Create a new app with given `client_name` and `scopes` (The basic scopes are "read", "write", "follow" and "push" |
265 | - more granular scopes are available, please refere to Mastodon documentation for which). | 265 | - more granular scopes are available, please refer to Mastodon documentation for which). |
266 | 266 | ||
267 | Specify `redirect_uris` if you want users to be redirected to a certain page after authenticating in an OAuth flow. | 267 | Specify `redirect_uris` if you want users to be redirected to a certain page after authenticating in an OAuth flow. |
268 | You can specify multiple URLs by passing a list. Note that if you wish to use OAuth authentication with redirects, | 268 | You can specify multiple URLs by passing a list. Note that if you wish to use OAuth authentication with redirects, |