From: Harmon Date: Wed, 16 Mar 2022 18:15:23 +0000 (-0500) Subject: Correct documentation for Client.get_liking_users max_results parameter X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f23a2464ca5a2a0b2fbb16fc195abea502518d00;p=tweepy.git Correct documentation for Client.get_liking_users max_results parameter --- diff --git a/tweepy/client.py b/tweepy/client.py index 078c5f8..10da546 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -326,7 +326,7 @@ class Client(BaseClient): :ref:`expansions_parameter` max_results : int | None The maximum number of results to be returned per page. This can be - a number between 1 and 1000. By default, each page will return 100 + a number between 1 and 100. By default, each page will return 100 results. media_fields : list[str] | str | None :ref:`media_fields_parameter`