aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Piper <[email protected]>2022-11-13 22:05:11 +0000
committerAndy Piper <[email protected]>2022-11-13 22:05:11 +0000
commita227bb04622afdb0c2ce208242144a7be0100af7 (patch)
tree6b04d412fe56b2eede6cbdb505de4834156a3075 /mastodon
parent3d10b13f3268e0d9988be2c8923397a76d9b1d43 (diff)
downloadmastodon.py-a227bb04622afdb0c2ce208242144a7be0100af7.tar.gz
typo
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py2
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,
Powered by cgit v1.2.3 (git 2.41.0)