From a975cb99bc7e98e4d68b2ba6da2760b65dc949ce Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 20 May 2022 05:56:29 -0500 Subject: [PATCH] Improve Raises section of Stream.filter documentation --- tweepy/streaming.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 46479ac..8ccff23 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -315,7 +315,8 @@ class Stream(BaseStream): Raises ------ TweepyException - When number of location coordinates is not a multiple of 4 + When the stream is already connected or when the number of location + coordinates is not a multiple of 4 Returns ------- -- 2.25.1