Commit fbc88b62

Nino Risteski <95188570+NinoRisteski@users.noreply.github.com>
2025-01-20 17:53:29
docs: fix typo (#2031)
removed duplicate 'the' twice
1 parent 1e5e199
Changed files (1)
src
openai
resources
chat
src/openai/resources/chat/chat.py
@@ -24,7 +24,7 @@ class Chat(SyncAPIResource):
     @cached_property
     def with_raw_response(self) -> ChatWithRawResponse:
         """
-        This property can be used as a prefix for any HTTP method call to return the
+        This property can be used as a prefix for any HTTP method call to return
         the raw response object instead of the parsed content.
 
         For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ class AsyncChat(AsyncAPIResource):
     @cached_property
     def with_raw_response(self) -> AsyncChatWithRawResponse:
         """
-        This property can be used as a prefix for any HTTP method call to return the
+        This property can be used as a prefix for any HTTP method call to return
         the raw response object instead of the parsed content.
 
         For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers