diff --git a/beginner_source/data_loading_tutorial.py b/beginner_source/data_loading_tutorial.py index 21498511d56..dbcc46e5f36 100644 --- a/beginner_source/data_loading_tutorial.py +++ b/beginner_source/data_loading_tutorial.py @@ -292,7 +292,7 @@ def __call__(self, sample): # Compose transforms # ~~~~~~~~~~~~~~~~~~ # -# Now, we apply the transforms on an sample. +# Now, we apply the transforms on a sample. # # Let's say we want to rescale the shorter side of the image to 256 and # then randomly crop a square of size 224 from it. i.e, we want to compose