From 84d33f9621dbdc8b7ee76b371da40d7fded060d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E9=9C=B2=E5=85=88=E7=94=9F?= Date: Wed, 4 Dec 2024 22:29:28 +0800 Subject: [PATCH] Fix typos in langgraph_sdk client. (#2621) Fix typos in langgraph_sdk client. Signed-off-by: zhanluxianshen --- libs/sdk-py/langgraph_sdk/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sdk-py/langgraph_sdk/client.py b/libs/sdk-py/langgraph_sdk/client.py index 3c570df2a..c453eb749 100644 --- a/libs/sdk-py/langgraph_sdk/client.py +++ b/libs/sdk-py/langgraph_sdk/client.py @@ -190,7 +190,7 @@ class LangGraphClient: class HttpClient: - """Hancle async requests to the LangGraph API. + """Handle async requests to the LangGraph API. Adds additional error messaging & content handling above the provided httpx client.