Add Raises section to StreamingClient.filter documentation
authorHarmon <Harmon758@gmail.com>
Fri, 20 May 2022 10:57:17 +0000 (05:57 -0500)
committerHarmon <Harmon758@gmail.com>
Fri, 20 May 2022 10:57:17 +0000 (05:57 -0500)
tweepy/streaming.py

index fff0b532696f1dc06aabd585f716fc086fe671e5..fd57414e327405d589181624a459a10a72dc419d 100644 (file)
@@ -748,6 +748,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