From 355b67d669fd0d11ad325ff5123b6fbf684a9b56 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 6 Apr 2026 10:25:24 +0800 Subject: [PATCH] docs: fix reusing wording in azure client docstrings Signed-off-by: Codex --- src/openai/lib/azure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,