diff options
author | Lorenz Diener <[email protected]> | 2017-04-05 12:17:48 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-05 12:17:48 +0200 |
commit | 5182aecace08bdf5016aef8540513baab7488e41 (patch) | |
tree | b2e008563bf0d4c2ba5332e50e53f8bf81057110 /mastodon | |
parent | 8ad79d27d11fcdecf9303d6b27750b67e05752c1 (diff) | |
parent | 2015cde5289fb7e6ef13a981e63b510fd5401cc1 (diff) | |
download | mastodon.py-5182aecace08bdf5016aef8540513baab7488e41.tar.gz |
Merge pull request #18 from wjt/patch-1
Fix typo in Mastodon.__init__ docstring
Diffstat (limited to 'mastodon')
-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 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 |