From 310a77f168f8b4466a3f8fea1cc9401e71d912f1 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 27 Apr 2021 12:15:14 -0500 Subject: [PATCH] Improve API v1.1 Models Reference documentation order --- docs/models.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/models.rst b/docs/models.rst index 7648901..e7005d8 100644 --- a/docs/models.rst +++ b/docs/models.rst @@ -37,14 +37,14 @@ API v1.1 :reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-lookup#example-response -.. class:: tweepy.models.SearchResults - - :reference: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets#example-response - .. class:: tweepy.models.SavedSearch :reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/get-saved_searches-show-id#example-response +.. class:: tweepy.models.SearchResults + + :reference: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets#example-response + .. class:: tweepy.models.Status :reference: https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/object-model/tweet -- 2.25.1