diff options
-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, |