Skip to content

Commit

Permalink
Fix typo in client.py (#2925)
Browse files Browse the repository at this point in the history
Typo change in function doc
  • Loading branch information
hinthornw authored Jan 4, 2025
2 parents 59a11c6 + 577f95b commit ce90086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/sdk-py/langgraph_sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ async def cancel(
Args:
thread_id: The thread ID to cancel.
run_id: The run ID to cancek.
run_id: The run ID to cancel.
wait: Whether to wait until run has completed.
action: Action to take when cancelling the run. Possible values
are `interrupt` or `rollback`. Default is `interrupt`.
Expand Down Expand Up @@ -3917,7 +3917,7 @@ def cancel(
Args:
thread_id: The thread ID to cancel.
run_id: The run ID to cancek.
run_id: The run ID to cancel.
wait: Whether to wait until run has completed.
action: Action to take when cancelling the run. Possible values
are `interrupt` or `rollback`. Default is `interrupt`.
Expand Down

0 comments on commit ce90086

Please sign in to comment.