Skip to content

Commit f33ce68

Browse files
docs(raw responses): fix duplicate the (#229)
1 parent cda62eb commit f33ce68

28 files changed

Lines changed: 56 additions & 56 deletions

src/onebusaway/resources/agencies_with_coverage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AgenciesWithCoverageResource(SyncAPIResource):
2323
@cached_property
2424
def with_raw_response(self) -> AgenciesWithCoverageResourceWithRawResponse:
2525
"""
26-
This property can be used as a prefix for any HTTP method call to return the
26+
This property can be used as a prefix for any HTTP method call to return
2727
the raw response object instead of the parsed content.
2828
2929
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -66,7 +66,7 @@ class AsyncAgenciesWithCoverageResource(AsyncAPIResource):
6666
@cached_property
6767
def with_raw_response(self) -> AsyncAgenciesWithCoverageResourceWithRawResponse:
6868
"""
69-
This property can be used as a prefix for any HTTP method call to return the
69+
This property can be used as a prefix for any HTTP method call to return
7070
the raw response object instead of the parsed content.
7171
7272
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/agency.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AgencyResource(SyncAPIResource):
2323
@cached_property
2424
def with_raw_response(self) -> AgencyResourceWithRawResponse:
2525
"""
26-
This property can be used as a prefix for any HTTP method call to return the
26+
This property can be used as a prefix for any HTTP method call to return
2727
the raw response object instead of the parsed content.
2828
2929
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -77,7 +77,7 @@ class AsyncAgencyResource(AsyncAPIResource):
7777
@cached_property
7878
def with_raw_response(self) -> AsyncAgencyResourceWithRawResponse:
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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/arrival_and_departure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ArrivalAndDepartureResource(SyncAPIResource):
3232
@cached_property
3333
def with_raw_response(self) -> ArrivalAndDepartureResourceWithRawResponse:
3434
"""
35-
This property can be used as a prefix for any HTTP method call to return the
35+
This property can be used as a prefix for any HTTP method call to return
3636
the raw response object instead of the parsed content.
3737
3838
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -157,7 +157,7 @@ class AsyncArrivalAndDepartureResource(AsyncAPIResource):
157157
@cached_property
158158
def with_raw_response(self) -> AsyncArrivalAndDepartureResourceWithRawResponse:
159159
"""
160-
This property can be used as a prefix for any HTTP method call to return the
160+
This property can be used as a prefix for any HTTP method call to return
161161
the raw response object instead of the parsed content.
162162
163163
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/block.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BlockResource(SyncAPIResource):
2323
@cached_property
2424
def with_raw_response(self) -> BlockResourceWithRawResponse:
2525
"""
26-
This property can be used as a prefix for any HTTP method call to return the
26+
This property can be used as a prefix for any HTTP method call to return
2727
the raw response object instead of the parsed content.
2828
2929
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -77,7 +77,7 @@ class AsyncBlockResource(AsyncAPIResource):
7777
@cached_property
7878
def with_raw_response(self) -> AsyncBlockResourceWithRawResponse:
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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ConfigResource(SyncAPIResource):
2323
@cached_property
2424
def with_raw_response(self) -> ConfigResourceWithRawResponse:
2525
"""
26-
This property can be used as a prefix for any HTTP method call to return the
26+
This property can be used as a prefix for any HTTP method call to return
2727
the raw response object instead of the parsed content.
2828
2929
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -63,7 +63,7 @@ class AsyncConfigResource(AsyncAPIResource):
6363
@cached_property
6464
def with_raw_response(self) -> AsyncConfigResourceWithRawResponse:
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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/current_time.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CurrentTimeResource(SyncAPIResource):
2323
@cached_property
2424
def with_raw_response(self) -> CurrentTimeResourceWithRawResponse:
2525
"""
26-
This property can be used as a prefix for any HTTP method call to return the
26+
This property can be used as a prefix for any HTTP method call to return
2727
the raw response object instead of the parsed content.
2828
2929
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -63,7 +63,7 @@ class AsyncCurrentTimeResource(AsyncAPIResource):
6363
@cached_property
6464
def with_raw_response(self) -> AsyncCurrentTimeResourceWithRawResponse:
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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/report_problem_with_stop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ReportProblemWithStopResource(SyncAPIResource):
3030
@cached_property
3131
def with_raw_response(self) -> ReportProblemWithStopResourceWithRawResponse:
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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -113,7 +113,7 @@ class AsyncReportProblemWithStopResource(AsyncAPIResource):
113113
@cached_property
114114
def with_raw_response(self) -> AsyncReportProblemWithStopResourceWithRawResponse:
115115
"""
116-
This property can be used as a prefix for any HTTP method call to return the
116+
This property can be used as a prefix for any HTTP method call to return
117117
the raw response object instead of the parsed content.
118118
119119
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/report_problem_with_trip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ReportProblemWithTripResource(SyncAPIResource):
3030
@cached_property
3131
def with_raw_response(self) -> ReportProblemWithTripResourceWithRawResponse:
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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -140,7 +140,7 @@ class AsyncReportProblemWithTripResource(AsyncAPIResource):
140140
@cached_property
141141
def with_raw_response(self) -> AsyncReportProblemWithTripResourceWithRawResponse:
142142
"""
143-
This property can be used as a prefix for any HTTP method call to return the
143+
This property can be used as a prefix for any HTTP method call to return
144144
the raw response object instead of the parsed content.
145145
146146
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/route.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class RouteResource(SyncAPIResource):
2323
@cached_property
2424
def with_raw_response(self) -> RouteResourceWithRawResponse:
2525
"""
26-
This property can be used as a prefix for any HTTP method call to return the
26+
This property can be used as a prefix for any HTTP method call to return
2727
the raw response object instead of the parsed content.
2828
2929
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -77,7 +77,7 @@ class AsyncRouteResource(AsyncAPIResource):
7777
@cached_property
7878
def with_raw_response(self) -> AsyncRouteResourceWithRawResponse:
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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

src/onebusaway/resources/route_ids_for_agency.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class RouteIDsForAgencyResource(SyncAPIResource):
2323
@cached_property
2424
def with_raw_response(self) -> RouteIDsForAgencyResourceWithRawResponse:
2525
"""
26-
This property can be used as a prefix for any HTTP method call to return the
26+
This property can be used as a prefix for any HTTP method call to return
2727
the raw response object instead of the parsed content.
2828
2929
For more information, see https://www.github.com/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers
@@ -77,7 +77,7 @@ class AsyncRouteIDsForAgencyResource(AsyncAPIResource):
7777
@cached_property
7878
def with_raw_response(self) -> AsyncRouteIDsForAgencyResourceWithRawResponse:
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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)