From ba26a879e0d4c5fd42d9ecc40c0d2100cca318a1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 3 Feb 2023 01:23:38 +0900 Subject: [PATCH] Fix typo in crawler.py (#842) seperator -> separator --- langchain/chains/natbot/crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain/chains/natbot/crawler.py b/langchain/chains/natbot/crawler.py index 6fcf9b4b2de..7275ce7a2b4 100644 --- a/langchain/chains/natbot/crawler.py +++ b/langchain/chains/natbot/crawler.py @@ -336,7 +336,7 @@ class Crawler: element_node_value = strings[node_value[index]] if ( element_node_value == "|" - ): # commonly used as a seperator, does not add much context - lets save ourselves some token space + ): # commonly used as a separator, does not add much context - lets save ourselves some token space continue elif ( node_name == "input"