diff --git a/beginner_source/basics/data_tutorial.py b/beginner_source/basics/data_tutorial.py index 77175519637..3e35584be44 100644 --- a/beginner_source/basics/data_tutorial.py +++ b/beginner_source/basics/data_tutorial.py @@ -34,7 +34,7 @@ # Loading a Dataset # ------------------- # -# Here is an example of how to load the `Fashion-MNIST `_ dataset from TorchVision. +# 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. # Each example comprises a 28×28 grayscale image and an associated label from one of 10 classes. #