From a227bb04622afdb0c2ce208242144a7be0100af7 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sun, 13 Nov 2022 22:05:11 +0000 Subject: typo --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastodon') 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: api_base_url=__DEFAULT_BASE_URL, request_timeout=__DEFAULT_TIMEOUT, session=None): """ Create a new app with given `client_name` and `scopes` (The basic scopes are "read", "write", "follow" and "push" - - more granular scopes are available, please refere to Mastodon documentation for which). + - more granular scopes are available, please refer to Mastodon documentation for which). Specify `redirect_uris` if you want users to be redirected to a certain page after authenticating in an OAuth flow. You can specify multiple URLs by passing a list. Note that if you wish to use OAuth authentication with redirects, -- cgit v1.2.3