We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdfe31 commit e5e4cd5Copy full SHA for e5e4cd5
end_to_end_tests/golden-record/my_test_api_client/client.py
@@ -70,7 +70,7 @@ def with_timeout(self, timeout: httpx.Timeout) -> "Client":
70
return evolve(self, timeout=timeout)
71
72
def set_httpx_client(self, client: httpx.Client) -> "Client":
73
- """Manually the underlying httpx.Client
+ """Manually set the underlying httpx.Client
74
75
**NOTE**: This will override any other settings on the client, including cookies, headers, and timeout.
76
"""
0 commit comments