diff options
author | Lorenz Diener <[email protected]> | 2019-04-27 17:44:05 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-04-27 17:44:05 +0200 |
commit | 2448d74002eeb5db0f54d77ff4d94ea004bbc299 (patch) | |
tree | ace5dd02c0e528afe20fe27515118328d399e5a4 /docs | |
parent | 234c97cd99d638adfc75a24e89ac07be48e1e84d (diff) | |
download | mastodon.py-2448d74002eeb5db0f54d77ff4d94ea004bbc299.tar.gz |
Update index.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 1c057ac..373f7c1 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -686,7 +686,8 @@ current instance. | |||
686 | Reading data: Timelines | 686 | Reading data: Timelines |
687 | ----------------------- | 687 | ----------------------- |
688 | This function allows you to access the timelines a logged in | 688 | This function allows you to access the timelines a logged in |
689 | user could see, as well as hashtag timelines and the public timeline. | 689 | user could see, as well as hashtag timelines and the public (federated) |
690 | and local timelines. | ||
690 | 691 | ||
691 | .. _timeline(): | 692 | .. _timeline(): |
692 | .. automethod:: Mastodon.timeline | 693 | .. automethod:: Mastodon.timeline |