Skip to content

Commit e5e4cd5

Browse files
dbantyemann
andauthored
Update end_to_end_tests/golden-record/my_test_api_client/client.py
Co-authored-by: Ethan Mann <[email protected]>
1 parent dfdfe31 commit e5e4cd5

File tree

1 file changed

+1
-1
lines changed
  • end_to_end_tests/golden-record/my_test_api_client

1 file changed

+1
-1
lines changed

Diff for: end_to_end_tests/golden-record/my_test_api_client/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def with_timeout(self, timeout: httpx.Timeout) -> "Client":
7070
return evolve(self, timeout=timeout)
7171

7272
def set_httpx_client(self, client: httpx.Client) -> "Client":
73-
"""Manually the underlying httpx.Client
73+
"""Manually set the underlying httpx.Client
7474
7575
**NOTE**: This will override any other settings on the client, including cookies, headers, and timeout.
7676
"""

0 commit comments

Comments
 (0)