Skip to content

Commit

Permalink
Merge pull request pytorch#406 from eonr/patch-1
Browse files Browse the repository at this point in the history
Missing space character for an example
  • Loading branch information
soumith authored Jan 9, 2019
2 parents e8cc0ba + 0151a9f commit 76f69e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate_source/seq2seq_translation_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def readLangs(lang1, lang2, reverse=False):
eng_prefixes = (
"i am ", "i m ",
"he is", "he s ",
"she is", "she s",
"she is", "she s ",
"you are", "you re ",
"we are", "we re ",
"they are", "they re "
Expand Down

0 comments on commit 76f69e5

Please sign in to comment.