From ac0731b61700d23e1a95ecd7a0c096557dcc2786 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 22 May 2021 07:55:59 -0500 Subject: [PATCH] Fix References section header in documentation for API.favorites --- tweepy/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tweepy/api.py b/tweepy/api.py index 0713537..f9720e1 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -606,6 +606,7 @@ class API: :py:class:`List`\ [:class:`~tweepy.models.Status`] References + ---------- https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-favorites-list """ return self.request( -- 2.25.1