Improve wording in documentation for Stream.on_data
authorHarmon <Harmon758@gmail.com>
Mon, 12 Apr 2021 17:35:28 +0000 (12:35 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 12 Apr 2021 17:35:28 +0000 (12:35 -0500)
tweepy/streaming.py

index 0cb835a099bce3768e5803767ecd2e2d3d474f4f..a711cd8b1274aae3d5233d8050b26cddc642c431 100644 (file)
@@ -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