From 59fc7a2fce1962a8d158012179b6b590f8a0ee21 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 20 May 2022 05:57:31 -0500 Subject: [PATCH] Add Raises section to StreamingClient.sample documentation --- tweepy/streaming.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tweepy/streaming.py b/tweepy/streaming.py index fd57414..9ff3746 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -855,6 +855,11 @@ class StreamingClient(BaseClient, BaseStream): threaded : bool Whether or not to use a thread to run the stream + Raises + ------ + TweepyException + When the stream is already connected + Returns ------- threading.Thread | None -- 2.25.1