From: Harmon Date: Thu, 29 Apr 2021 10:45:40 +0000 (-0500) Subject: Improve documentation for Stream.sample X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3e17cb46259f98f8e9b43de9759b3e5517706b99;p=tweepy.git Improve documentation for Stream.sample Define links in Stream.sample as well as Stream.filter --- diff --git a/tweepy/streaming.py b/tweepy/streaming.py index a711cd8..6191bae 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -294,6 +294,9 @@ class Stream: References ---------- https://developer.twitter.com/en/docs/twitter-api/v1/tweets/sample-realtime/api-reference/get-statuses-sample + + .. _BCP 47: https://tools.ietf.org/html/bcp47 + .. _advanced search: https://twitter.com/search-advanced """ if self.running: raise TweepyException("Stream is already connected")