aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <[email protected]>2017-04-05 10:32:46 +0100
committerGitHub <[email protected]>2017-04-05 10:32:46 +0100
commit2015cde5289fb7e6ef13a981e63b510fd5401cc1 (patch)
treeb2e008563bf0d4c2ba5332e50e53f8bf81057110 /mastodon/Mastodon.py
parent8ad79d27d11fcdecf9303d6b27750b67e05752c1 (diff)
downloadmastodon.py-2015cde5289fb7e6ef13a981e63b510fd5401cc1.tar.gz
Fix typo in Mastodon.__init__ docstring
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)