From: Harmon Date: Fri, 20 May 2022 10:56:51 +0000 (-0500) Subject: Add Raises section to Stream.sample documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bcf89eab8a1be37673be346b4a820a626f5b925e;p=tweepy.git Add Raises section to Stream.sample documentation --- diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 8ccff23..fff0b53 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -386,6 +386,11 @@ class Stream(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