From f2266caf37e73201d93647a3e178d34fa7b93246 Mon Sep 17 00:00:00 2001
From: liuyi <793753866@qq.com>
Date: Sun, 30 May 2021 10:27:08 +0800
Subject: [PATCH] reduce
---
beginner_source/basics/data_tutorial.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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: