aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 69d71ec..9d8b173 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -90,7 +90,7 @@ class Mastodon:
90 Specify api_base_url if you wish to talk to an instance other than the flagship one. 90 Specify api_base_url if you wish to talk to an instance other than the flagship one.
91 If a file is given as client_id, read client ID and secret from that file. 91 If a file is given as client_id, read client ID and secret from that file.
92 92
93 By defautl, a timeout of 300 seconds is used for all requests. If you wish to change this, 93 By default, a timeout of 300 seconds is used for all requests. If you wish to change this,
94 pass the desired timeout (in seconds) as request_timeout. 94 pass the desired timeout (in seconds) as request_timeout.
95 """ 95 """
96 self.api_base_url = api_base_url 96 self.api_base_url = api_base_url
Powered by cgit v1.2.3 (git 2.41.0)