Use note directive in documentation for API.search_tweets
authorHarmon <Harmon758@gmail.com>
Mon, 1 Nov 2021 16:57:19 +0000 (11:57 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 1 Nov 2021 16:57:19 +0000 (11:57 -0500)
tweepy/api.py

index ecb93cc69c37cd153830ee6c2aaf7b5b096ba5b9..512a025af9d43e60f49d1016ffe6c2d2ec608afc 100644 (file)
@@ -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
         ----------