From ce5b0ca5768c926f73434f157b19cc185471f1af Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 11 Dec 2017 15:30:24 +0100 Subject: Update docs, fixes #106 --- mastodon/Mastodon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mastodon/Mastodon.py') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index b52f13c..641b742 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -1177,9 +1177,9 @@ class Mastodon: @api_version("1.1.0") def stream_hashtag(self, tag, listener, async=False): """ - Returns all public statuses for the hashtag 'tag'. 'listener' should be - a subclass of StreamListener which will receive callbacks for incoming - events. + Stream for all public statuses for the hashtag 'tag' seen by the connected + instance. 'listener' should be a subclass of StreamListener which will receive + callbacks for incoming events. """ if tag.startswith("#"): raise MastodonIllegalArgumentError("Tag parameter should omit leading #") -- cgit v1.2.3