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: