Fix Client.return_type type in documentation
authorHarmon <Harmon758@gmail.com>
Mon, 1 Nov 2021 18:46:55 +0000 (13:46 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 1 Nov 2021 18:46:55 +0000 (13:46 -0500)
tweepy/client.py

index 9d969cf2fcd033dba1d4944471a532ebf6463679..ec8c4f3dcb8e63b2481a404cb5d6388b0a4364fc 100644 (file)
@@ -52,7 +52,7 @@ class Client:
         Twitter API Access Token
     access_token_secret : Optional[str]
         Twitter API Access Token Secret
-    return_type : Type[dict, requests.Response, Response]
+    return_type : Type[Union[dict, requests.Response, Response]]
         Type to return from requests to the API
     wait_on_rate_limit : bool
         Whether to wait when rate limit is reached