From: Harmon Date: Thu, 3 Jun 2021 11:56:49 +0000 (-0500) Subject: Improve signature formatting in documentation for API.get_favorites X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=54912f455424cfa33b68e9d646cb547a8208878f;p=tweepy.git Improve signature formatting in documentation for API.get_favorites --- 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.