Skip to content

Commit 14c1f5f

Browse files
author
Guanheng Zhang
committed
fix typo
1 parent 7eb94b9 commit 14c1f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/torchtext_translation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
It is based off of
1111
`this tutorial <https://github.com/bentrevett/pytorch-seq2seq/blob/master/3%20-%20Neural%20Machine%20Translation%20by%20Jointly%20Learning%20to%20Align%20and%20Translate.ipynb>`__
1212
from PyTorch community member `Ben Trevett <https://github.com/bentrevett>`__
13-
with Ben's permission. We update the tutorials by removing some legecy code.
13+
with Ben's permission. We update the tutorials by removing some legacy code.
1414
1515
By the end of this tutorial, you will be able to preprocess sentences into tensors for NLP modeling and use `torch.utils.data.DataLoader <https://pytorch.org/docs/stable/data.html?highlight=dataloader#torch.utils.data.DataLoader>`__ for training and validing the model.
1616
"""

0 commit comments

Comments
 (0)