mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Fix various typos.
The typos and their corrections were found with the aid of https://github.com/lucasdemarchi/codespell.
This commit is contained in:
@@ -49,7 +49,7 @@ def parse_file(config, gens, corpus_file):
|
||||
paragraphs = [] # type: List[str]
|
||||
|
||||
with open(corpus_file, "r") as infile:
|
||||
# OUR DATA: we need to seperate the person talking and what they say
|
||||
# OUR DATA: we need to separate the person talking and what they say
|
||||
paragraphs = remove_line_breaks(infile)
|
||||
paragraphs = add_flair(paragraphs, gens)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user