From 9f5430e4b9c64adb117b3955e91d218e9e257367 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 12 Apr 2021 12:35:28 -0500 Subject: [PATCH] Improve wording in documentation for Stream.on_data --- tweepy/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 0cb835a..a711cd8 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -365,7 +365,7 @@ class Stream: def on_data(self, raw_data): """This is called when raw data is received from the stream. - This method handles sending the data to other methods, depending on the + This method handles sending the data to other methods based on the message type. Parameters -- 2.25.1