Skip to content

Commit 65bb032

Browse files
committed
Update snapshots
1 parent ee5d411 commit 65bb032

File tree

1 file changed

+2
-2
lines changed
  • end_to_end_tests/literal-enums-golden-record/my_enum_api_client

1 file changed

+2
-2
lines changed

end_to_end_tests/literal-enums-golden-record/my_enum_api_client/client.py

Lines changed: 2 additions & 2 deletions
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
"""
@@ -204,7 +204,7 @@ def with_timeout(self, timeout: httpx.Timeout) -> "AuthenticatedClient":
204204
return evolve(self, timeout=timeout)
205205

206206
def set_httpx_client(self, client: httpx.Client) -> "AuthenticatedClient":
207-
"""Manually the underlying httpx.Client
207+
"""Manually set the underlying httpx.Client
208208
209209
**NOTE**: This will override any other settings on the client, including cookies, headers, and timeout.
210210
"""

0 commit comments

Comments
 (0)