From: Harmon Date: Wed, 4 Sep 2019 06:42:42 +0000 (-0500) Subject: Improve documented count parameter X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e4da4110e1e755ca96d8c34cdf8a00aeb0b46352;p=tweepy.git Improve documented count parameter --- diff --git a/docs/parameters.rst b/docs/parameters.rst index 4d8d13b..02f2c68 100644 --- a/docs/parameters.rst +++ b/docs/parameters.rst @@ -1,6 +1,6 @@ .. API parameters: -.. |count| replace:: Specifies the number of statuses to retrieve. +.. |count| replace:: The number of results to try and retrieve per page. .. |cursor| replace:: Breaks the results into pages. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. .. |date| replace:: Permits specifying a start date for the report. The date should be formatted YYYY-MM-DD. .. |exclude| replace:: Setting this equal to hashtags will remove all hashtags from the trends list.