Skip to content

Commit 15e21e9

Browse files
authored
Updating deprecated docstring Client() class (#3426)
1 parent 80960fa commit 15e21e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

httpx/_client.py

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

0 commit comments

Comments
 (0)