Fix Client.search_recent_tweets user_auth parameter type documentation
authorHarmon <Harmon758@gmail.com>
Sat, 26 Feb 2022 19:17:23 +0000 (13:17 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 26 Feb 2022 19:17:23 +0000 (13:17 -0600)
tweepy/client.py

index 040eac67c69e385e54556492fc5a6d75a797d814..0e96b4b3303a474e69aad1594ea1d38614202371 100644 (file)
@@ -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