diff options
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 589d487..1056d7a 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -687,7 +687,7 @@ class Mastodon: | |||
687 | params) | 687 | params) |
688 | 688 | ||
689 | @api_version("1.0.0", "2.1.0") | 689 | @api_version("1.0.0", "2.1.0") |
690 | def account_search(self, q, limit=None. following=False): | 690 | def account_search(self, q, limit=None, following=False): |
691 | """ | 691 | """ |
692 | Fetch matching accounts. Will lookup an account remotely if the search term is | 692 | Fetch matching accounts. Will lookup an account remotely if the search term is |
693 | in the username@domain format and not yet in the database. Set `following` to | 693 | in the username@domain format and not yet in the database. Set `following` to |