Skip to content

Commit

Permalink
docs: fix typo (#2031)
Browse files Browse the repository at this point in the history
removed duplicate 'the' twice
  • Loading branch information
NinoRisteski authored and stainless-app[bot] committed Jan 20, 2025
1 parent 1e5e199 commit fbc88b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openai/resources/chat/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def completions(self) -> Completions:
@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://github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Expand All @@ -49,7 +49,7 @@ def completions(self) -> AsyncCompletions:
@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://github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Expand Down

0 comments on commit fbc88b6

Please sign in to comment.