From 7b45d46210c2f500e29d6a5d505b9a5c42820419 Mon Sep 17 00:00:00 2001 From: Ako Date: Tue, 20 May 2025 13:52:18 -0700 Subject: [PATCH] ci: fix typo in doc-string (#31284) Fix typo --------- Co-authored-by: Eugene Yurtsev --- libs/cli/langchain_cli/namespaces/migrate/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cli/langchain_cli/namespaces/migrate/main.py b/libs/cli/langchain_cli/namespaces/migrate/main.py index 0956f9d4f68..f875d344f08 100644 --- a/libs/cli/langchain_cli/namespaces/migrate/main.py +++ b/libs/cli/langchain_cli/namespaces/migrate/main.py @@ -50,7 +50,7 @@ def migrate( "reflect any imports from new packages. For example, if you see new " "imports from langchain_openai, langchain_anthropic or " "langchain_text_splitters you " - "should them to your dependencies! \n\n" + "should add them to your dependencies! \n\n" '⚠️ This script is a "best-effort", and is likely to make some ' "mistakes.\n\n" "🛡️ Backup your code prior to running the migration script -- it will "