Skip to content

Commit 02fcf15

Browse files
authored
docs: fix typo (#2031)
removed duplicate 'the' twice
1 parent 642cd11 commit 02fcf15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openai/resources/chat/chat.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def completions(self) -> Completions:
2424
@cached_property
2525
def with_raw_response(self) -> ChatWithRawResponse:
2626
"""
27-
This property can be used as a prefix for any HTTP method call to return the
27+
This property can be used as a prefix for any HTTP method call to return
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def completions(self) -> AsyncCompletions:
4949
@cached_property
5050
def with_raw_response(self) -> AsyncChatWithRawResponse:
5151
"""
52-
This property can be used as a prefix for any HTTP method call to return the
52+
This property can be used as a prefix for any HTTP method call to return
5353
the raw response object instead of the parsed content.
5454
5555
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)