Fix typo in crawler.py (#842)

seperator -> separator
This commit is contained in:
Ikko Eltociear Ashimine
2023-02-03 01:23:38 +09:00
committed by GitHub
parent bfabd1d5c0
commit ba26a879e0

View File

@@ -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"