Skip to content

Commit

Permalink
docs(raw responses): fix duplicate the (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 20, 2025
1 parent 4fade6c commit b76a3a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/prelude_python_sdk/resources/transactional.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TransactionalResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> TransactionalResourceWithRawResponse:
"""
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/prelude-so/python-sdk#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -114,7 +114,7 @@ class AsyncTransactionalResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncTransactionalResourceWithRawResponse:
"""
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/prelude-so/python-sdk#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/prelude_python_sdk/resources/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class VerificationResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> VerificationResourceWithRawResponse:
"""
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/prelude-so/python-sdk#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -152,7 +152,7 @@ class AsyncVerificationResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncVerificationResourceWithRawResponse:
"""
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/prelude-so/python-sdk#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/prelude_python_sdk/resources/watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class WatchResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> WatchResourceWithRawResponse:
"""
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/prelude-so/python-sdk#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -141,7 +141,7 @@ class AsyncWatchResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncWatchResourceWithRawResponse:
"""
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/prelude-so/python-sdk#accessing-raw-response-data-eg-headers
Expand Down

0 comments on commit b76a3a0

Please sign in to comment.