diff --git a/beginner_source/basics/data_tutorial.py b/beginner_source/basics/data_tutorial.py
index cebf9832236..c1f72ab55d5 100644
--- a/beginner_source/basics/data_tutorial.py
+++ b/beginner_source/basics/data_tutorial.py
@@ -35,7 +35,7 @@
# -------------------
#
# Here is an example of how to load the `Fashion-MNIST `_ dataset from TorchVision.
-# Fashion-MNIST is a dataset of Zalando’s article images consisting of of 60,000 training examples and 10,000 test examples.
+# Fashion-MNIST is a dataset of Zalando’s article images consisting of 60,000 training examples and 10,000 test examples.
# Each example comprises a 28×28 grayscale image and an associated label from one of 10 classes.
#
# We load the `FashionMNIST Dataset `_ with the following parameters: