Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/openai/lib/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def copy(
_extra_kwargs: Mapping[str, Any] = {},
) -> Self:
"""
Create a new client instance re-using the same options given to the current client with optional overriding.
Create a new client instance reusing the same options given to the current client with optional overriding.
"""
return super().copy(
api_key=api_key,
Expand Down Expand Up @@ -558,7 +558,7 @@ def copy(
_extra_kwargs: Mapping[str, Any] = {},
) -> Self:
"""
Create a new client instance re-using the same options given to the current client with optional overriding.
Create a new client instance reusing the same options given to the current client with optional overriding.
"""
return super().copy(
api_key=api_key,
Expand Down
Loading