Skip to content

Commit 383e429

Browse files
NawfalTachfinesoumith
authored andcommitted
fixed typo (pytorch#201)
1 parent 90c7ea9 commit 383e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/seq2seq_translation_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def evaluateRandomly(encoder, decoder, n=10):
776776
# =======================
777777
#
778778
# With all these helper functions in place (it looks like extra work, but
779-
# it's easier to run multiple experiments easier) we can actually
779+
# it makes it easier to run multiple experiments) we can actually
780780
# initialize a network and start training.
781781
#
782782
# Remember that the input sentences were heavily filtered. For this small

0 commit comments

Comments
 (0)