Skip to content

Commit f99b1ca

Browse files
docs(raw responses): fix duplicate the (#18)
1 parent 9f186e4 commit f99b1ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/hyperspell/resources/documents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class DocumentsResource(SyncAPIResource):
3131
@cached_property
3232
def with_raw_response(self) -> DocumentsResourceWithRawResponse:
3333
"""
34-
This property can be used as a prefix for any HTTP method call to return the
34+
This property can be used as a prefix for any HTTP method call to return
3535
the raw response object instead of the parsed content.
3636
3737
For more information, see https://www.github.com/hyperspell/python-sdk#accessing-raw-response-data-eg-headers
@@ -136,7 +136,7 @@ class AsyncDocumentsResource(AsyncAPIResource):
136136
@cached_property
137137
def with_raw_response(self) -> AsyncDocumentsResourceWithRawResponse:
138138
"""
139-
This property can be used as a prefix for any HTTP method call to return the
139+
This property can be used as a prefix for any HTTP method call to return
140140
the raw response object instead of the parsed content.
141141
142142
For more information, see https://www.github.com/hyperspell/python-sdk#accessing-raw-response-data-eg-headers

src/hyperspell/resources/query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class QueryResource(SyncAPIResource):
3030
@cached_property
3131
def with_raw_response(self) -> QueryResourceWithRawResponse:
3232
"""
33-
This property can be used as a prefix for any HTTP method call to return the
33+
This property can be used as a prefix for any HTTP method call to return
3434
the raw response object instead of the parsed content.
3535
3636
For more information, see https://www.github.com/hyperspell/python-sdk#accessing-raw-response-data-eg-headers
@@ -102,7 +102,7 @@ class AsyncQueryResource(AsyncAPIResource):
102102
@cached_property
103103
def with_raw_response(self) -> AsyncQueryResourceWithRawResponse:
104104
"""
105-
This property can be used as a prefix for any HTTP method call to return the
105+
This property can be used as a prefix for any HTTP method call to return
106106
the raw response object instead of the parsed content.
107107
108108
For more information, see https://www.github.com/hyperspell/python-sdk#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)