From 15e21e9ea3cad4f06e22a7e704aabefdf43d2e29 Mon Sep 17 00:00:00 2001 From: Daniel Arvelini Date: Fri, 29 Nov 2024 08:15:56 -0300 Subject: [PATCH] Updating deprecated docstring Client() class (#3426) --- httpx/_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/httpx/_client.py b/httpx/_client.py index 018d440c..2249231f 100644 --- a/httpx/_client.py +++ b/httpx/_client.py @@ -620,8 +620,6 @@ class Client(BaseClient): * **http2** - *(optional)* A boolean indicating if HTTP/2 support should be enabled. Defaults to `False`. * **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 requests. * **limits** - *(optional)* The limits configuration to use.