From: Harmon Date: Mon, 12 Apr 2021 17:35:28 +0000 (-0500) Subject: Improve wording in documentation for Stream.on_data X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9f5430e4b9c64adb117b3955e91d218e9e257367;p=tweepy.git Improve wording in documentation for Stream.on_data --- 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