From 78f3e74f19804f6ea4394d70d2443ad402387cfb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:17:47 +0000 Subject: [PATCH] docs(raw responses): fix duplicate `the` --- src/codex/resources/health.py | 4 ++-- src/codex/resources/organizations/billing.py | 4 ++-- src/codex/resources/organizations/organizations.py | 4 ++-- src/codex/resources/projects/access_keys.py | 4 ++-- src/codex/resources/projects/entries.py | 4 ++-- src/codex/resources/projects/projects.py | 4 ++-- src/codex/resources/users/myself/api_key.py | 4 ++-- src/codex/resources/users/myself/myself.py | 4 ++-- src/codex/resources/users/myself/organizations.py | 4 ++-- src/codex/resources/users/users.py | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/codex/resources/health.py b/src/codex/resources/health.py index b50884e..6a777c6 100644 --- a/src/codex/resources/health.py +++ b/src/codex/resources/health.py @@ -23,7 +23,7 @@ class HealthResource(SyncAPIResource): @cached_property def with_raw_response(self) -> HealthResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -101,7 +101,7 @@ class AsyncHealthResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncHealthResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/organizations/billing.py b/src/codex/resources/organizations/billing.py index 9c916d8..5742496 100644 --- a/src/codex/resources/organizations/billing.py +++ b/src/codex/resources/organizations/billing.py @@ -24,7 +24,7 @@ class BillingResource(SyncAPIResource): @cached_property def with_raw_response(self) -> BillingResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -111,7 +111,7 @@ class AsyncBillingResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncBillingResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/organizations/organizations.py b/src/codex/resources/organizations/organizations.py index e91099e..73c2542 100644 --- a/src/codex/resources/organizations/organizations.py +++ b/src/codex/resources/organizations/organizations.py @@ -35,7 +35,7 @@ def billing(self) -> BillingResource: @cached_property def with_raw_response(self) -> OrganizationsResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -93,7 +93,7 @@ def billing(self) -> AsyncBillingResource: @cached_property def with_raw_response(self) -> AsyncOrganizationsResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/projects/access_keys.py b/src/codex/resources/projects/access_keys.py index 8a580f4..bb0dc2f 100644 --- a/src/codex/resources/projects/access_keys.py +++ b/src/codex/resources/projects/access_keys.py @@ -32,7 +32,7 @@ class AccessKeysResource(SyncAPIResource): @cached_property def with_raw_response(self) -> AccessKeysResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -306,7 +306,7 @@ class AsyncAccessKeysResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncAccessKeysResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/projects/entries.py b/src/codex/resources/projects/entries.py index 56c893c..d307d3d 100644 --- a/src/codex/resources/projects/entries.py +++ b/src/codex/resources/projects/entries.py @@ -38,7 +38,7 @@ class EntriesResource(SyncAPIResource): @cached_property def with_raw_response(self) -> EntriesResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -351,7 +351,7 @@ class AsyncEntriesResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncEntriesResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/projects/projects.py b/src/codex/resources/projects/projects.py index de366ee..38d7b03 100644 --- a/src/codex/resources/projects/projects.py +++ b/src/codex/resources/projects/projects.py @@ -56,7 +56,7 @@ def entries(self) -> EntriesResource: @cached_property def with_raw_response(self) -> ProjectsResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -324,7 +324,7 @@ def entries(self) -> AsyncEntriesResource: @cached_property def with_raw_response(self) -> AsyncProjectsResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/users/myself/api_key.py b/src/codex/resources/users/myself/api_key.py index c2784b8..d39b124 100644 --- a/src/codex/resources/users/myself/api_key.py +++ b/src/codex/resources/users/myself/api_key.py @@ -23,7 +23,7 @@ class APIKeyResource(SyncAPIResource): @cached_property def with_raw_response(self) -> APIKeyResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -63,7 +63,7 @@ class AsyncAPIKeyResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncAPIKeyResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/users/myself/myself.py b/src/codex/resources/users/myself/myself.py index ba4548e..3ee2722 100644 --- a/src/codex/resources/users/myself/myself.py +++ b/src/codex/resources/users/myself/myself.py @@ -47,7 +47,7 @@ def organizations(self) -> OrganizationsResource: @cached_property def with_raw_response(self) -> MyselfResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -95,7 +95,7 @@ def organizations(self) -> AsyncOrganizationsResource: @cached_property def with_raw_response(self) -> AsyncMyselfResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/users/myself/organizations.py b/src/codex/resources/users/myself/organizations.py index 12e799a..2d5b712 100644 --- a/src/codex/resources/users/myself/organizations.py +++ b/src/codex/resources/users/myself/organizations.py @@ -23,7 +23,7 @@ class OrganizationsResource(SyncAPIResource): @cached_property def with_raw_response(self) -> OrganizationsResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -63,7 +63,7 @@ class AsyncOrganizationsResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncOrganizationsResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers diff --git a/src/codex/resources/users/users.py b/src/codex/resources/users/users.py index ea5019c..8a73b47 100644 --- a/src/codex/resources/users/users.py +++ b/src/codex/resources/users/users.py @@ -24,7 +24,7 @@ def myself(self) -> MyselfResource: @cached_property def with_raw_response(self) -> UsersResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers @@ -49,7 +49,7 @@ def myself(self) -> AsyncMyselfResource: @cached_property def with_raw_response(self) -> AsyncUsersResourceWithRawResponse: """ - 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/cleanlab/codex-python#accessing-raw-response-data-eg-headers