Skip to content

Commit 22090f6

Browse files
Fix typo in seq2seq_translation_tutorial.py code (#1515)
Co-authored-by: Holly Sweeney <[email protected]>
1 parent 35833c1 commit 22090f6

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
@@ -405,7 +405,7 @@ def initHidden(self):
405405
# Attention Decoder
406406
# ^^^^^^^^^^^^^^^^^
407407
#
408-
# If only the context vector is passed betweeen the encoder and decoder,
408+
# If only the context vector is passed between the encoder and decoder,
409409
# that single vector carries the burden of encoding the entire sentence.
410410
#
411411
# Attention allows the decoder network to "focus" on a different part of

0 commit comments

Comments
 (0)