From 54912f455424cfa33b68e9d646cb547a8208878f Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 3 Jun 2021 06:56:49 -0500 Subject: [PATCH] Improve signature formatting in documentation for API.get_favorites --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index 012b2be..cfcd379 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -581,7 +581,7 @@ class API: @payload('status', list=True) def get_favorites(self, **kwargs): """get_favorites(*, user_id, screen_name, count, since_id, max_id, \ - include_entities) + include_entities) Returns the favorite statuses for the authenticating user or user specified by the ID parameter. -- 2.25.1