diff --git a/mastodon/timeline.py b/mastodon/timeline.py index 66d458e..133fc07 100644 --- a/mastodon/timeline.py +++ b/mastodon/timeline.py @@ -26,6 +26,8 @@ class Mastodon(Internals): and `remote` to only get remote statuses. Some options are mutually incompatible as dictated by logic. May or may not require authentication depending on server settings and what is specifically requested. + + See for a description of the parameters. """ params_initial = locals()