From e37b532eeaaa1a7a5423bad8e9c85e0287cf64dd Mon Sep 17 00:00:00 2001 From: Marton Langa Date: Sat, 13 Jul 2019 14:40:01 +0200 Subject: [PATCH] Fix typo --- beginner_source/data_loading_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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