Skip to content

Commit 044e1ee

Browse files
feat: Fix my incorrect grammer
1 parent a52b024 commit 044e1ee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 51
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-8b5a722e4964d2d1dcdc34afccb6d742e1c927cbbd622264c8734f132e31a0f5.yml
3-
openapi_spec_hash: ed101ff177c2e962653ca65acf939336
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-bfdb7e3d38870a8ba1628f4f83a3a719d470bf4f7fbecb67a6fad110447c9b6a.yml
3+
openapi_spec_hash: fed29c80f9c25f8a7216b8c6de2051ab
44
config_hash: 49c2ff978aaa5ccb4ce324a72f116010

src/kernel/resources/invocations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def update(
154154
) -> InvocationUpdateResponse:
155155
"""Update an invocation's status or output.
156156
157-
This can used to cancel an invocation
158-
by setting the status to "failed".
157+
This can be used to cancel an
158+
invocation by setting the status to "failed".
159159
160160
Args:
161161
status: New status for the invocation.
@@ -463,8 +463,8 @@ async def update(
463463
) -> InvocationUpdateResponse:
464464
"""Update an invocation's status or output.
465465
466-
This can used to cancel an invocation
467-
by setting the status to "failed".
466+
This can be used to cancel an
467+
invocation by setting the status to "failed".
468468
469469
Args:
470470
status: New status for the invocation.

0 commit comments

Comments
 (0)