projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aadd53
)
Fix wrong parameter in docstring
author
Joakim Hellsén
<tlovinator@gmail.com>
Sat, 14 May 2022 20:59:02 +0000
(22:59 +0200)
committer
Joakim Hellsén
<tlovinator@gmail.com>
Sat, 14 May 2022 20:59:02 +0000
(22:59 +0200)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 57a0330a35b4c218327b78933747ba7aa9838d65..c6968ed443bf4cac5c25d578c7c7ad8a78489fc5 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-907,7
+907,7
@@
class StreamingClient(BaseClient, BaseStream):
Parameters
----------
-
status
: Tweet
+
tweet
: Tweet
The Tweet received
"""
pass
@@
-934,7
+934,7
@@
class StreamingClient(BaseClient, BaseStream):
def on_matching_rules(self, matching_rules):
"""This is called when matching rules are received.
-
+
Parameters
----------
matching_rules : list[StreamRule]