Documentation fixes to address #21
This commit is contained in:
pare
5aeb953d24
commit
fde6806120
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions
|
@ -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.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Referencia en una nova incidència