Skip to content

Commit 9bc6a5e

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs(raw responses): fix duplicate the (#674)
1 parent 77a255c commit 9bc6a5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+90
-90
lines changed

src/lithic/resources/account_holders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class AccountHolders(SyncAPIResource):
4545
@cached_property
4646
def with_raw_response(self) -> AccountHoldersWithRawResponse:
4747
"""
48-
This property can be used as a prefix for any HTTP method call to return the
48+
This property can be used as a prefix for any HTTP method call to return
4949
the raw response object instead of the parsed content.
5050
5151
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -854,7 +854,7 @@ class AsyncAccountHolders(AsyncAPIResource):
854854
@cached_property
855855
def with_raw_response(self) -> AsyncAccountHoldersWithRawResponse:
856856
"""
857-
This property can be used as a prefix for any HTTP method call to return the
857+
This property can be used as a prefix for any HTTP method call to return
858858
the raw response object instead of the parsed content.
859859
860860
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/accounts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Accounts(SyncAPIResource):
3030
@cached_property
3131
def with_raw_response(self) -> AccountsWithRawResponse:
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -257,7 +257,7 @@ class AsyncAccounts(AsyncAPIResource):
257257
@cached_property
258258
def with_raw_response(self) -> AsyncAccountsWithRawResponse:
259259
"""
260-
This property can be used as a prefix for any HTTP method call to return the
260+
This property can be used as a prefix for any HTTP method call to return
261261
the raw response object instead of the parsed content.
262262
263263
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/aggregate_balances.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class AggregateBalances(SyncAPIResource):
2424
@cached_property
2525
def with_raw_response(self) -> AggregateBalancesWithRawResponse:
2626
"""
27-
This property can be used as a prefix for any HTTP method call to return the
27+
This property can be used as a prefix for any HTTP method call to return
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -87,7 +87,7 @@ class AsyncAggregateBalances(AsyncAPIResource):
8787
@cached_property
8888
def with_raw_response(self) -> AsyncAggregateBalancesWithRawResponse:
8989
"""
90-
This property can be used as a prefix for any HTTP method call to return the
90+
This property can be used as a prefix for any HTTP method call to return
9191
the raw response object instead of the parsed content.
9292
9393
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/auth_rules/auth_rules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def v2(self) -> V2:
2424
@cached_property
2525
def with_raw_response(self) -> AuthRulesWithRawResponse:
2626
"""
27-
This property can be used as a prefix for any HTTP method call to return the
27+
This property can be used as a prefix for any HTTP method call to return
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def v2(self) -> AsyncV2:
4949
@cached_property
5050
def with_raw_response(self) -> AsyncAuthRulesWithRawResponse:
5151
"""
52-
This property can be used as a prefix for any HTTP method call to return the
52+
This property can be used as a prefix for any HTTP method call to return
5353
the raw response object instead of the parsed content.
5454
5555
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/auth_rules/v2/backtests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Backtests(SyncAPIResource):
2828
@cached_property
2929
def with_raw_response(self) -> BacktestsWithRawResponse:
3030
"""
31-
This property can be used as a prefix for any HTTP method call to return the
31+
This property can be used as a prefix for any HTTP method call to return
3232
the raw response object instead of the parsed content.
3333
3434
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -174,7 +174,7 @@ class AsyncBacktests(AsyncAPIResource):
174174
@cached_property
175175
def with_raw_response(self) -> AsyncBacktestsWithRawResponse:
176176
"""
177-
This property can be used as a prefix for any HTTP method call to return the
177+
This property can be used as a prefix for any HTTP method call to return
178178
the raw response object instead of the parsed content.
179179
180180
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/auth_rules/v2/v2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def backtests(self) -> Backtests:
4848
@cached_property
4949
def with_raw_response(self) -> V2WithRawResponse:
5050
"""
51-
This property can be used as a prefix for any HTTP method call to return the
51+
This property can be used as a prefix for any HTTP method call to return
5252
the raw response object instead of the parsed content.
5353
5454
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -664,7 +664,7 @@ def backtests(self) -> AsyncBacktests:
664664
@cached_property
665665
def with_raw_response(self) -> AsyncV2WithRawResponse:
666666
"""
667-
This property can be used as a prefix for any HTTP method call to return the
667+
This property can be used as a prefix for any HTTP method call to return
668668
the raw response object instead of the parsed content.
669669
670670
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/auth_stream_enrollment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AuthStreamEnrollment(SyncAPIResource):
1919
@cached_property
2020
def with_raw_response(self) -> AuthStreamEnrollmentWithRawResponse:
2121
"""
22-
This property can be used as a prefix for any HTTP method call to return the
22+
This property can be used as a prefix for any HTTP method call to return
2323
the raw response object instead of the parsed content.
2424
2525
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -92,7 +92,7 @@ class AsyncAuthStreamEnrollment(AsyncAPIResource):
9292
@cached_property
9393
def with_raw_response(self) -> AsyncAuthStreamEnrollmentWithRawResponse:
9494
"""
95-
This property can be used as a prefix for any HTTP method call to return the
95+
This property can be used as a prefix for any HTTP method call to return
9696
the raw response object instead of the parsed content.
9797
9898
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/balances.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Balances(SyncAPIResource):
2626
@cached_property
2727
def with_raw_response(self) -> BalancesWithRawResponse:
2828
"""
29-
This property can be used as a prefix for any HTTP method call to return the
29+
This property can be used as a prefix for any HTTP method call to return
3030
the raw response object instead of the parsed content.
3131
3232
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -103,7 +103,7 @@ class AsyncBalances(AsyncAPIResource):
103103
@cached_property
104104
def with_raw_response(self) -> AsyncBalancesWithRawResponse:
105105
"""
106-
This property can be used as a prefix for any HTTP method call to return the
106+
This property can be used as a prefix for any HTTP method call to return
107107
the raw response object instead of the parsed content.
108108
109109
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/book_transfers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class BookTransfers(SyncAPIResource):
2929
@cached_property
3030
def with_raw_response(self) -> BookTransfersWithRawResponse:
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -315,7 +315,7 @@ class AsyncBookTransfers(AsyncAPIResource):
315315
@cached_property
316316
def with_raw_response(self) -> AsyncBookTransfersWithRawResponse:
317317
"""
318-
This property can be used as a prefix for any HTTP method call to return the
318+
This property can be used as a prefix for any HTTP method call to return
319319
the raw response object instead of the parsed content.
320320
321321
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

src/lithic/resources/card_programs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CardPrograms(SyncAPIResource):
2222
@cached_property
2323
def with_raw_response(self) -> CardProgramsWithRawResponse:
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
@@ -129,7 +129,7 @@ class AsyncCardPrograms(AsyncAPIResource):
129129
@cached_property
130130
def with_raw_response(self) -> AsyncCardProgramsWithRawResponse:
131131
"""
132-
This property can be used as a prefix for any HTTP method call to return the
132+
This property can be used as a prefix for any HTTP method call to return
133133
the raw response object instead of the parsed content.
134134
135135
For more information, see https://www.github.com/lithic-com/lithic-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)