From: Harmon <Harmon758@gmail.com>
Date: Fri, 20 May 2022 10:56:29 +0000 (-0500)
Subject: Improve Raises section of Stream.filter documentation
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a975cb99bc7e98e4d68b2ba6da2760b65dc949ce;p=tweepy.git

Improve Raises section of Stream.filter documentation
---

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
         -------