From: Christian Teijon Date: Thu, 13 May 2021 08:28:07 +0000 (+0200) Subject: Update documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bbe1de9f9d0c11c02eb3cdb776f3e6a13c8be48c;p=tweepy.git Update documentation filter and sample are no longer coroutines --- diff --git a/tweepy/asynchronous/streaming.py b/tweepy/asynchronous/streaming.py index 65df003..1c7a559 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -146,9 +146,7 @@ class AsyncStream: def filter(self, *, follow=None, track=None, locations=None, filter_level=None, languages=None, stall_warnings=False): - """|coroutine| - - Filter realtime Tweets + """Filter realtime Tweets Parameters ---------- @@ -235,9 +233,7 @@ class AsyncStream: return self.task def sample(self, *, languages=None, stall_warnings=False): - """|coroutine| - - Sample realtime Tweets + """Sample realtime Tweets Parameters ----------