diff --git a/intermediate_source/seq2seq_translation_tutorial.py b/intermediate_source/seq2seq_translation_tutorial.py index 3f305c4d87a..ba1a919975a 100644 --- a/intermediate_source/seq2seq_translation_tutorial.py +++ b/intermediate_source/seq2seq_translation_tutorial.py @@ -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 "