Skip to content

Commit ff850f8

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs(raw responses): fix duplicate the (#828)
1 parent af3912c commit ff850f8

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

src/anthropic/resources/beta/beta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def messages(self) -> Messages:
3636
@cached_property
3737
def with_raw_response(self) -> BetaWithRawResponse:
3838
"""
39-
This property can be used as a prefix for any HTTP method call to return the
39+
This property can be used as a prefix for any HTTP method call to return
4040
the raw response object instead of the parsed content.
4141
4242
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -65,7 +65,7 @@ def messages(self) -> AsyncMessages:
6565
@cached_property
6666
def with_raw_response(self) -> AsyncBetaWithRawResponse:
6767
"""
68-
This property can be used as a prefix for any HTTP method call to return the
68+
This property can be used as a prefix for any HTTP method call to return
6969
the raw response object instead of the parsed content.
7070
7171
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers

src/anthropic/resources/beta/messages/batches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Batches(SyncAPIResource):
3535
@cached_property
3636
def with_raw_response(self) -> BatchesWithRawResponse:
3737
"""
38-
This property can be used as a prefix for any HTTP method call to return the
38+
This property can be used as a prefix for any HTTP method call to return
3939
the raw response object instead of the parsed content.
4040
4141
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -404,7 +404,7 @@ class AsyncBatches(AsyncAPIResource):
404404
@cached_property
405405
def with_raw_response(self) -> AsyncBatchesWithRawResponse:
406406
"""
407-
This property can be used as a prefix for any HTTP method call to return the
407+
This property can be used as a prefix for any HTTP method call to return
408408
the raw response object instead of the parsed content.
409409
410410
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers

src/anthropic/resources/beta/messages/messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def batches(self) -> Batches:
5656
@cached_property
5757
def with_raw_response(self) -> MessagesWithRawResponse:
5858
"""
59-
This property can be used as a prefix for any HTTP method call to return the
59+
This property can be used as a prefix for any HTTP method call to return
6060
the raw response object instead of the parsed content.
6161
6262
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -1224,7 +1224,7 @@ def batches(self) -> AsyncBatches:
12241224
@cached_property
12251225
def with_raw_response(self) -> AsyncMessagesWithRawResponse:
12261226
"""
1227-
This property can be used as a prefix for any HTTP method call to return the
1227+
This property can be used as a prefix for any HTTP method call to return
12281228
the raw response object instead of the parsed content.
12291229
12301230
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers

src/anthropic/resources/beta/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Models(SyncAPIResource):
2222
@cached_property
2323
def with_raw_response(self) -> ModelsWithRawResponse:
2424
"""
25-
This property can be used as a prefix for any HTTP method call to return the
25+
This property can be used as a prefix for any HTTP method call to return
2626
the raw response object instead of the parsed content.
2727
2828
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -139,7 +139,7 @@ class AsyncModels(AsyncAPIResource):
139139
@cached_property
140140
def with_raw_response(self) -> AsyncModelsWithRawResponse:
141141
"""
142-
This property can be used as a prefix for any HTTP method call to return the
142+
This property can be used as a prefix for any HTTP method call to return
143143
the raw response object instead of the parsed content.
144144
145145
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers

src/anthropic/resources/completions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Completions(SyncAPIResource):
3333
@cached_property
3434
def with_raw_response(self) -> CompletionsWithRawResponse:
3535
"""
36-
This property can be used as a prefix for any HTTP method call to return the
36+
This property can be used as a prefix for any HTTP method call to return
3737
the raw response object instead of the parsed content.
3838
3939
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -412,7 +412,7 @@ class AsyncCompletions(AsyncAPIResource):
412412
@cached_property
413413
def with_raw_response(self) -> AsyncCompletionsWithRawResponse:
414414
"""
415-
This property can be used as a prefix for any HTTP method call to return the
415+
This property can be used as a prefix for any HTTP method call to return
416416
the raw response object instead of the parsed content.
417417
418418
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers

src/anthropic/resources/messages/batches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Batches(SyncAPIResource):
4141
@cached_property
4242
def with_raw_response(self) -> BatchesWithRawResponse:
4343
"""
44-
This property can be used as a prefix for any HTTP method call to return the
44+
This property can be used as a prefix for any HTTP method call to return
4545
the raw response object instead of the parsed content.
4646
4747
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -326,7 +326,7 @@ class AsyncBatches(AsyncAPIResource):
326326
@cached_property
327327
def with_raw_response(self) -> AsyncBatchesWithRawResponse:
328328
"""
329-
This property can be used as a prefix for any HTTP method call to return the
329+
This property can be used as a prefix for any HTTP method call to return
330330
the raw response object instead of the parsed content.
331331
332332
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers

src/anthropic/resources/messages/messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def batches(self) -> Batches:
6363
@cached_property
6464
def with_raw_response(self) -> MessagesWithRawResponse:
6565
"""
66-
This property can be used as a prefix for any HTTP method call to return the
66+
This property can be used as a prefix for any HTTP method call to return
6767
the raw response object instead of the parsed content.
6868
6969
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -1213,7 +1213,7 @@ def batches(self) -> AsyncBatches:
12131213
@cached_property
12141214
def with_raw_response(self) -> AsyncMessagesWithRawResponse:
12151215
"""
1216-
This property can be used as a prefix for any HTTP method call to return the
1216+
This property can be used as a prefix for any HTTP method call to return
12171217
the raw response object instead of the parsed content.
12181218
12191219
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers

src/anthropic/resources/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Models(SyncAPIResource):
2222
@cached_property
2323
def with_raw_response(self) -> ModelsWithRawResponse:
2424
"""
25-
This property can be used as a prefix for any HTTP method call to return the
25+
This property can be used as a prefix for any HTTP method call to return
2626
the raw response object instead of the parsed content.
2727
2828
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -139,7 +139,7 @@ class AsyncModels(AsyncAPIResource):
139139
@cached_property
140140
def with_raw_response(self) -> AsyncModelsWithRawResponse:
141141
"""
142-
This property can be used as a prefix for any HTTP method call to return the
142+
This property can be used as a prefix for any HTTP method call to return
143143
the raw response object instead of the parsed content.
144144
145145
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)