Skip to content

Commit

Permalink
Updating deprecated docstring Client() class (#3426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danarvelini authored Nov 29, 2024
1 parent 80960fa commit 15e21e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions httpx/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 15e21e9

Please sign in to comment.