From 34407d9de135733d8cbac37f7244212bfb54872e Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Sun, 21 Jul 2024 12:19:19 -0700 Subject: [PATCH] Update exec.py --- libs/cli/langgraph_cli/exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cli/langgraph_cli/exec.py b/libs/cli/langgraph_cli/exec.py index 3c9557bbe..d6282ccfe 100644 --- a/libs/cli/langgraph_cli/exec.py +++ b/libs/cli/langgraph_cli/exec.py @@ -146,7 +146,7 @@ async def monitor_stream( on_line = None display = True - """Adpated from asyncio.StreamReader.readline() to handle LimitOverrunError.""" + """Adapted from asyncio.StreamReader.readline() to handle LimitOverrunError.""" sep = b"\n" seplen = len(sep) while True: