projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
554cdb2
)
Improve wording in documentation for Stream.on_data
author
Harmon
<Harmon758@gmail.com>
Mon, 12 Apr 2021 17:35:28 +0000
(12:35 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 12 Apr 2021 17:35:28 +0000
(12:35 -0500)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 0cb835a099bce3768e5803767ecd2e2d3d474f4f..a711cd8b1274aae3d5233d8050b26cddc642c431 100644
(file)
--- 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