From 90a9974f4d47a805c841c1f775713fcfc23ce96f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 14 May 2022 22:59:02 +0200 Subject: [PATCH] Fix wrong parameter in docstring --- tweepy/streaming.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 57a0330..c6968ed 100644 --- 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] -- 2.25.1