From: Harmon Date: Mon, 12 Apr 2021 05:56:25 +0000 (-0500) Subject: Improve formatting in API.search_full_archive documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1cf06302f97cc1928b5571d64a92b841f0cb027c;p=tweepy.git Improve formatting in API.search_full_archive documentation --- diff --git a/tweepy/api.py b/tweepy/api.py index 365ce58..2be766e 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -338,7 +338,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.