Skip to content

Commit 8967b98

Browse files
docs(raw responses): fix duplicate the (#140)
1 parent 4447e0a commit 8967b98

25 files changed

+50
-50
lines changed

src/asktable/resources/answers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class AnswersResource(SyncAPIResource):
3131
@cached_property
3232
def with_raw_response(self) -> AnswersResourceWithRawResponse:
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/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -163,7 +163,7 @@ class AsyncAnswersResource(AsyncAPIResource):
163163
@cached_property
164164
def with_raw_response(self) -> AsyncAnswersResourceWithRawResponse:
165165
"""
166-
This property can be used as a prefix for any HTTP method call to return the
166+
This property can be used as a prefix for any HTTP method call to return
167167
the raw response object instead of the parsed content.
168168
169169
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AuthResource(SyncAPIResource):
3030
@cached_property
3131
def with_raw_response(self) -> AuthResourceWithRawResponse:
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/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -121,7 +121,7 @@ class AsyncAuthResource(AsyncAPIResource):
121121
@cached_property
122122
def with_raw_response(self) -> AsyncAuthResourceWithRawResponse:
123123
"""
124-
This property can be used as a prefix for any HTTP method call to return the
124+
This property can be used as a prefix for any HTTP method call to return
125125
the raw response object instead of the parsed content.
126126
127127
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/bots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class BotsResource(SyncAPIResource):
3131
@cached_property
3232
def with_raw_response(self) -> BotsResourceWithRawResponse:
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/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -364,7 +364,7 @@ class AsyncBotsResource(AsyncAPIResource):
364364
@cached_property
365365
def with_raw_response(self) -> AsyncBotsResourceWithRawResponse:
366366
"""
367-
This property can be used as a prefix for any HTTP method call to return the
367+
This property can be used as a prefix for any HTTP method call to return
368368
the raw response object instead of the parsed content.
369369
370370
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/business_glossary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class BusinessGlossaryResource(SyncAPIResource):
3737
@cached_property
3838
def with_raw_response(self) -> BusinessGlossaryResourceWithRawResponse:
3939
"""
40-
This property can be used as a prefix for any HTTP method call to return the
40+
This property can be used as a prefix for any HTTP method call to return
4141
the raw response object instead of the parsed content.
4242
4343
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -261,7 +261,7 @@ class AsyncBusinessGlossaryResource(AsyncAPIResource):
261261
@cached_property
262262
def with_raw_response(self) -> AsyncBusinessGlossaryResourceWithRawResponse:
263263
"""
264-
This property can be used as a prefix for any HTTP method call to return the
264+
This property can be used as a prefix for any HTTP method call to return
265265
the raw response object instead of the parsed content.
266266
267267
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/caches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CachesResource(SyncAPIResource):
2222
@cached_property
2323
def with_raw_response(self) -> CachesResourceWithRawResponse:
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/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -77,7 +77,7 @@ class AsyncCachesResource(AsyncAPIResource):
7777
@cached_property
7878
def with_raw_response(self) -> AsyncCachesResourceWithRawResponse:
7979
"""
80-
This property can be used as a prefix for any HTTP method call to return the
80+
This property can be used as a prefix for any HTTP method call to return
8181
the raw response object instead of the parsed content.
8282
8383
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/chats/chats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def messages(self) -> MessagesResource:
4444
@cached_property
4545
def with_raw_response(self) -> ChatsResourceWithRawResponse:
4646
"""
47-
This property can be used as a prefix for any HTTP method call to return the
47+
This property can be used as a prefix for any HTTP method call to return
4848
the raw response object instead of the parsed content.
4949
5050
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -240,7 +240,7 @@ def messages(self) -> AsyncMessagesResource:
240240
@cached_property
241241
def with_raw_response(self) -> AsyncChatsResourceWithRawResponse:
242242
"""
243-
This property can be used as a prefix for any HTTP method call to return the
243+
This property can be used as a prefix for any HTTP method call to return
244244
the raw response object instead of the parsed content.
245245
246246
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/chats/messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class MessagesResource(SyncAPIResource):
3333
@cached_property
3434
def with_raw_response(self) -> MessagesResourceWithRawResponse:
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/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -188,7 +188,7 @@ class AsyncMessagesResource(AsyncAPIResource):
188188
@cached_property
189189
def with_raw_response(self) -> AsyncMessagesResourceWithRawResponse:
190190
"""
191-
This property can be used as a prefix for any HTTP method call to return the
191+
This property can be used as a prefix for any HTTP method call to return
192192
the raw response object instead of the parsed content.
193193
194194
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/datasources/datasources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def indexes(self) -> IndexesResource:
7676
@cached_property
7777
def with_raw_response(self) -> DatasourcesResourceWithRawResponse:
7878
"""
79-
This property can be used as a prefix for any HTTP method call to return the
79+
This property can be used as a prefix for any HTTP method call to return
8080
the raw response object instead of the parsed content.
8181
8282
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -468,7 +468,7 @@ def indexes(self) -> AsyncIndexesResource:
468468
@cached_property
469469
def with_raw_response(self) -> AsyncDatasourcesResourceWithRawResponse:
470470
"""
471-
This property can be used as a prefix for any HTTP method call to return the
471+
This property can be used as a prefix for any HTTP method call to return
472472
the raw response object instead of the parsed content.
473473
474474
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/datasources/indexes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class IndexesResource(SyncAPIResource):
2929
@cached_property
3030
def with_raw_response(self) -> IndexesResourceWithRawResponse:
3131
"""
32-
This property can be used as a prefix for any HTTP method call to return the
32+
This property can be used as a prefix for any HTTP method call to return
3333
the raw response object instead of the parsed content.
3434
3535
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -193,7 +193,7 @@ class AsyncIndexesResource(AsyncAPIResource):
193193
@cached_property
194194
def with_raw_response(self) -> AsyncIndexesResourceWithRawResponse:
195195
"""
196-
This property can be used as a prefix for any HTTP method call to return the
196+
This property can be used as a prefix for any HTTP method call to return
197197
the raw response object instead of the parsed content.
198198
199199
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

src/asktable/resources/datasources/meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class MetaResource(SyncAPIResource):
3030
@cached_property
3131
def with_raw_response(self) -> MetaResourceWithRawResponse:
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/DataMini/asktable-python#accessing-raw-response-data-eg-headers
@@ -223,7 +223,7 @@ class AsyncMetaResource(AsyncAPIResource):
223223
@cached_property
224224
def with_raw_response(self) -> AsyncMetaResourceWithRawResponse:
225225
"""
226-
This property can be used as a prefix for any HTTP method call to return the
226+
This property can be used as a prefix for any HTTP method call to return
227227
the raw response object instead of the parsed content.
228228
229229
For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)