From 320a084a9b91c4a6e9ca213f990bb51b5cf2cf14 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 4 Sep 2019 01:43:45 -0500 Subject: [PATCH] Use existing documentation for API.search count parameter --- docs/api.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index b1ad56c..ebe4b71 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -754,8 +754,7 @@ Help Methods * mixed : include both popular and real time results in the response * recent : return only the most recent results in the response * popular : return only the most popular results in the response - :param count: The number of tweets to return per page, up to a maximum of - 100. Defaults to 15. + :param count: |count| :param until: Returns tweets created before the given date. Date should be formatted as YYYY-MM-DD. Keep in mind that the search index has a 7-day limit. In other words, no tweets will be found for a date older than one -- 2.25.1