From fde6806120ecb23de0e2da698e4a5a2635f7013d Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 25 Apr 2017 11:41:48 +0200 Subject: Documentation fixes to address #21 --- mastodon/Mastodon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mastodon/Mastodon.py') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 2eaec49..08075a7 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -267,7 +267,7 @@ class Mastodon: 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. """ @@ -275,7 +275,7 @@ class Mastodon: 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. """ -- cgit v1.2.3