From: Harmon Date: Sat, 26 Feb 2022 19:17:23 +0000 (-0600) Subject: Fix Client.search_recent_tweets user_auth parameter type documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1f37c8bb73ec7dd66273cc0983961c4c5ba9a1f8;p=tweepy.git Fix Client.search_recent_tweets user_auth parameter type documentation --- diff --git a/tweepy/client.py b/tweepy/client.py index 040eac6..0e96b4b 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -892,7 +892,7 @@ class Client(BaseClient): include it. user_fields : list[str] | str | None :ref:`user_fields_parameter` - user_auth : bool | None + user_auth : bool Whether or not to use OAuth 1.0a User Context to authenticate Returns