Skip to content

Commit a162702

Browse files
dhayeahholly1238
andauthored
Update seq2seq_translation_tutorial.py (pytorch#1532)
Co-authored-by: Holly Sweeney <[email protected]>
1 parent 4526e06 commit a162702

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
@@ -139,7 +139,7 @@
139139
# the networks later. To keep track of all this we will use a helper class
140140
# called ``Lang`` which has word → index (``word2index``) and index → word
141141
# (``index2word``) dictionaries, as well as a count of each word
142-
# ``word2count`` to use to later replace rare words.
142+
# ``word2count`` which will be used to replace rare words later.
143143
#
144144

145145
SOS_token = 0

0 commit comments

Comments
 (0)