Fix typo in crawler.py (#842)

seperator -> separator
harrison/image
Ikko Eltociear Ashimine 1 year ago committed by GitHub
parent bfabd1d5c0
commit ba26a879e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save