From b57b66ebb5dc83b2b1f7c8624d31e605eb6e6c43 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 15 Jun 2017 22:48:23 +0200 Subject: More doc fixes, instance dictionaries --- mastodon/Mastodon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mastodon/Mastodon.py') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index b57a16b..3cf889a 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -207,13 +207,13 @@ class Mastodon: return response['access_token'] ### - # Reading data: Instance + # Reading data: Instances ### def instance(self): """ Retrieve basic information about the instance, including the URI and administrative contact email. - Returns a dict. + Returns an instance dict. """ return self.__api_request('GET', '/api/v1/instance/') @@ -656,7 +656,7 @@ class Mastodon: ### def report(self, account_id, status_ids, comment): """ - Report a user to the admin. + Report statuses to the instances administrators. Accepts a list of toot IDs associated with the report, and a comment. -- cgit v1.2.3