Skip to content

Commit 5165e97

Browse files
committed
Fix typo
1 parent daa64f4 commit 5165e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-processing-tools/join-single-file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def split_in_six_files(src_filename, tgt_filename, directory, source_lang, targe
176176
strings = 0
177177
duplicated = 0
178178

179-
print("Split src and tgt files in 6 files for training, text and validation")
179+
print("Split src and tgt files in 6 files for training, test and validation")
180180

181181
total_lines = file_len(src_filename)
182182
SAMPLE_PER_MILLE_VAL = 1

0 commit comments

Comments
 (0)