File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments