Updating deprecated docstring Client() class (#3426)

This commit is contained in:
Daniel Arvelini 2024-11-29 08:15:56 -03:00 committed by GitHub
parent 80960fa319
commit 15e21e9ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -620,8 +620,6 @@ class Client(BaseClient):
* **http2** - *(optional)* A boolean indicating if HTTP/2 support should be * **http2** - *(optional)* A boolean indicating if HTTP/2 support should be
enabled. Defaults to `False`. enabled. Defaults to `False`.
* **proxy** - *(optional)* A proxy URL where all the traffic should be routed. * **proxy** - *(optional)* A proxy URL where all the traffic should be routed.
* **proxies** - *(optional)* A dictionary mapping proxy keys to proxy
URLs.
* **timeout** - *(optional)* The timeout configuration to use when sending * **timeout** - *(optional)* The timeout configuration to use when sending
requests. requests.
* **limits** - *(optional)* The limits configuration to use. * **limits** - *(optional)* The limits configuration to use.