From 3e17cb46259f98f8e9b43de9759b3e5517706b99 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 29 Apr 2021 05:45:40 -0500 Subject: [PATCH] Improve documentation for Stream.sample Define links in Stream.sample as well as Stream.filter --- tweepy/streaming.py | 3 +++ 1 file changed, 3 insertions(+) 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") -- 2.25.1