From 2015cde5289fb7e6ef13a981e63b510fd5401cc1 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 5 Apr 2017 10:32:46 +0100 Subject: Fix typo in Mastodon.__init__ docstring --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastodon/Mastodon.py') 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: Specify api_base_url if you wish to talk to an instance other than the flagship one. If a file is given as client_id, read client ID and secret from that file. - By defautl, a timeout of 300 seconds is used for all requests. If you wish to change this, + By default, a timeout of 300 seconds is used for all requests. If you wish to change this, pass the desired timeout (in seconds) as request_timeout. """ self.api_base_url = api_base_url -- cgit v1.2.3