diff --git a/libs/sdk-py/langgraph_sdk/client.py b/libs/sdk-py/langgraph_sdk/client.py index 67f618edd..b95b69561 100644 --- a/libs/sdk-py/langgraph_sdk/client.py +++ b/libs/sdk-py/langgraph_sdk/client.py @@ -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`. @@ -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`.