Skip to content

Commit

Permalink
Merge pull request #1893 from TheLovinator1/master
Browse files Browse the repository at this point in the history
Fix wrong parameter in docstring
  • Loading branch information
Harmon758 committed May 17, 2022
2 parents 0aadd53 + 90a9974 commit c8cf06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tweepy/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ def on_tweet(self, tweet):
Parameters
----------
status : Tweet
tweet : Tweet
The Tweet received
"""
pass
Expand All @@ -934,7 +934,7 @@ def on_errors(self, errors):

def on_matching_rules(self, matching_rules):
"""This is called when matching rules are received.
Parameters
----------
matching_rules : list[StreamRule]
Expand Down

0 comments on commit c8cf06a

Please sign in to comment.