diff --git a/src/openai/lib/azure.py b/src/openai/lib/azure.py index ad64707261..efe4ec0a06 100644 --- a/src/openai/lib/azure.py +++ b/src/openai/lib/azure.py @@ -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, @@ -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,