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"