diff options
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 3dff97a..fe92636 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -585,7 +585,7 @@ will return a handle corresponding to the open connection. The | |||
585 | connection may be closed at any time by calling the handles close() method, and the | 585 | connection may be closed at any time by calling the handles close() method, and the |
586 | status of the connection can be verified calling is_alive() on the handle. | 586 | status of the connection can be verified calling is_alive() on the handle. |
587 | 587 | ||
588 | The streaming functions take instances of `StreamListener` as a parameter. | 588 | The streaming functions take instances of `StreamListener` as the `listener` parameter. |
589 | A `CallbackStreamListener` class that allows you to specify function callbacks | 589 | A `CallbackStreamListener` class that allows you to specify function callbacks |
590 | directly is included for convenience. | 590 | directly is included for convenience. |
591 | 591 | ||
@@ -593,6 +593,7 @@ directly is included for convenience. | |||
593 | .. automethod:: Mastodon.stream_public | 593 | .. automethod:: Mastodon.stream_public |
594 | .. automethod:: Mastodon.stream_local | 594 | .. automethod:: Mastodon.stream_local |
595 | .. automethod:: Mastodon.stream_hashtag | 595 | .. automethod:: Mastodon.stream_hashtag |
596 | .. automethod:: Mastodon.stream_list | ||
596 | 597 | ||
597 | StreamListener | 598 | StreamListener |
598 | ~~~~~~~~~~~~~~ | 599 | ~~~~~~~~~~~~~~ |