From 9551abca1018031c703ad3295a6c562a4da4b9fa Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 12 Apr 2021 00:55:27 -0500 Subject: [PATCH] Improve formatting in API.search_30_day documentation --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index e5c73bd..365ce58 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -266,7 +266,7 @@ class API: https://developer.twitter.com/en/account/environments. :param query: The equivalent of one premium rule/filter, with up to 1,024 characters (256 with Sandbox dev environments). - + This parameter should include ALL portions of the rule/filter, including all operators, and portions of the rule should not be separated into other parameters of the query. -- 2.25.1