Skip to content

Commit 76f69e5

Browse files
authored
Merge pull request #406 from eonr/patch-1
Missing space character for an example
2 parents e8cc0ba + 0151a9f commit 76f69e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/seq2seq_translation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def readLangs(lang1, lang2, reverse=False):
240240
eng_prefixes = (
241241
"i am ", "i m ",
242242
"he is", "he s ",
243-
"she is", "she s",
243+
"she is", "she s ",
244244
"you are", "you re ",
245245
"we are", "we re ",
246246
"they are", "they re "

0 commit comments

Comments
 (0)