Skip to content

Commit ba26a87

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo in crawler.py (#842)
seperator -> separator
1 parent bfabd1d commit ba26a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain/chains/natbot/crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def add_to_hash_tree(
336336
element_node_value = strings[node_value[index]]
337337
if (
338338
element_node_value == "|"
339-
): # commonly used as a seperator, does not add much context - lets save ourselves some token space
339+
): # commonly used as a separator, does not add much context - lets save ourselves some token space
340340
continue
341341
elif (
342342
node_name == "input"

0 commit comments

Comments
 (0)