From: Harmon Date: Mon, 1 Nov 2021 16:57:19 +0000 (-0500) Subject: Use note directive in documentation for API.search_tweets X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b9ae517040759de48cbbe6c5f93788e6813de213;p=tweepy.git Use note directive in documentation for API.search_tweets --- 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 ----------