Skip to content

Commit ad4d17f

Browse files
docs(raw responses): fix duplicate the (#51)
1 parent 95246ac commit ad4d17f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bespokelabs/resources/minicheck/factcheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class FactcheckResource(SyncAPIResource):
2828
@cached_property
2929
def with_raw_response(self) -> FactcheckResourceWithRawResponse:
3030
"""
31-
This property can be used as a prefix for any HTTP method call to return the
31+
This property can be used as a prefix for any HTTP method call to return
3232
the raw response object instead of the parsed content.
3333
3434
For more information, see https://www.github.com/bespokelabsai/bespokelabs-python#accessing-raw-response-data-eg-headers
@@ -92,7 +92,7 @@ class AsyncFactcheckResource(AsyncAPIResource):
9292
@cached_property
9393
def with_raw_response(self) -> AsyncFactcheckResourceWithRawResponse:
9494
"""
95-
This property can be used as a prefix for any HTTP method call to return the
95+
This property can be used as a prefix for any HTTP method call to return
9696
the raw response object instead of the parsed content.
9797
9898
For more information, see https://www.github.com/bespokelabsai/bespokelabs-python#accessing-raw-response-data-eg-headers

src/bespokelabs/resources/minicheck/minicheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def factcheck(self) -> FactcheckResource:
2424
@cached_property
2525
def with_raw_response(self) -> MinicheckResourceWithRawResponse:
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/bespokelabsai/bespokelabs-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def factcheck(self) -> AsyncFactcheckResource:
4949
@cached_property
5050
def with_raw_response(self) -> AsyncMinicheckResourceWithRawResponse:
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/bespokelabsai/bespokelabs-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)