From b9ae517040759de48cbbe6c5f93788e6813de213 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 1 Nov 2021 11:57:19 -0500 Subject: [PATCH] Use note directive in documentation for API.search_tweets --- tweepy/api.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/tweepy/api.py b/tweepy/api.py index ecb93cc..512a025 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1200,11 +1200,14 @@ class API: API is not meant to be an exhaustive source of Tweets. Not all Tweets will be indexed or made available via the search interface. - In API v1.1, the response format of the Search API has been improved to - return Tweet objects more similar to the objects you’ll find across the - REST API and platform. However, perspectival attributes (fields that - pertain to the perspective of the authenticating user) are not - currently supported on this endpoint.\ [#]_\ [#]_ + .. note:: + + In API v1.1, the response format of the Search API has been + improved to return Tweet objects more similar to the objects you’ll + find across the REST API and platform. However, perspectival + attributes (fields that pertain to the perspective of the + authenticating user) are not currently supported on this endpoint. + [#]_\ [#]_ Parameters ---------- -- 2.25.1