]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Updating deprecated docstring Client() class (#3426)
authorDaniel Arvelini <danihausen@live.com>
Fri, 29 Nov 2024 11:15:56 +0000 (08:15 -0300)
committerGitHub <noreply@github.com>
Fri, 29 Nov 2024 11:15:56 +0000 (11:15 +0000)
httpx/_client.py

index 018d440c1732ad6bb32c0f96d27a05cec8d01d3c..2249231f8c3b912c731ff160344d3672e2f11738 100644 (file)
@@ -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.