Documentation fixes to address #21

This commit is contained in:
Lorenz Diener 2017-04-25 11:41:48 +02:00
pare 5aeb953d24
commit fde6806120

Veure arxiu

@ -267,7 +267,7 @@ class Mastodon:
def timeline_local(self, max_id = None, since_id = None, limit = None): def timeline_local(self, max_id = None, since_id = None, limit = None):
""" """
Fetches the local / instance-wide timeline. Fetches the local / instance-wide timeline, not including replies.
Returns a list of toot dicts. Returns a list of toot dicts.
""" """
@ -275,7 +275,7 @@ class Mastodon:
def timeline_public(self, max_id = None, since_id = None, limit = None): def timeline_public(self, max_id = None, since_id = None, limit = None):
""" """
Fetches the public / visible-network timeline. Fetches the public / visible-network timeline, not including replies.
Returns a list of toot dicts. Returns a list of toot dicts.
""" """