Skip to content

Commit

Permalink
docs(raw responses): fix duplicate the (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 21, 2025
1 parent 81219c4 commit bc14d46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/saturn_sdk/resources/ingest/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DocumentResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> DocumentResourceWithRawResponse:
"""
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://www.github.com/aurelio-labs/saturn-sdk#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -107,7 +107,7 @@ class AsyncDocumentResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncDocumentResourceWithRawResponse:
"""
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://www.github.com/aurelio-labs/saturn-sdk#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/saturn_sdk/resources/ingest/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def url(self) -> URLResource:
@cached_property
def with_raw_response(self) -> IngestResourceWithRawResponse:
"""
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://www.github.com/aurelio-labs/saturn-sdk#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -65,7 +65,7 @@ def url(self) -> AsyncURLResource:
@cached_property
def with_raw_response(self) -> AsyncIngestResourceWithRawResponse:
"""
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://www.github.com/aurelio-labs/saturn-sdk#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/saturn_sdk/resources/ingest/url.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class URLResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> URLResourceWithRawResponse:
"""
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://www.github.com/aurelio-labs/saturn-sdk#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -97,7 +97,7 @@ class AsyncURLResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncURLResourceWithRawResponse:
"""
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://www.github.com/aurelio-labs/saturn-sdk#accessing-raw-response-data-eg-headers
Expand Down

0 comments on commit bc14d46

Please sign in to comment.