From 81489ab85860e65db512e685958dfc8d2178af74 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 12 Mar 2026 10:44:24 -0400 Subject: [PATCH] chore: fix typo (#7131) --- libs/langgraph/langgraph/pregel/remote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/langgraph/langgraph/pregel/remote.py b/libs/langgraph/langgraph/pregel/remote.py index 7b9602d81..8daf545f5 100644 --- a/libs/langgraph/langgraph/pregel/remote.py +++ b/libs/langgraph/langgraph/pregel/remote.py @@ -734,7 +734,7 @@ class RemoteGraph(PregelProtocol): """Create a run and stream the results. This method calls `POST /threads/{thread_id}/runs/stream` if a `thread_id` - is speciffed in the `configurable` field of the config or + is specified in the `configurable` field of the config or `POST /runs/stream` otherwise. Args: @@ -885,7 +885,7 @@ class RemoteGraph(PregelProtocol): """Create a run and stream the results. This method calls `POST /threads/{thread_id}/runs/stream` if a `thread_id` - is speciffed in the `configurable` field of the config or + is specified in the `configurable` field of the config or `POST /runs/stream` otherwise. Args: