Skip to content

Commit eb7960c

Browse files
martonlangasoumith
authored andcommitted
Fix typo (#556)
1 parent bf8e254 commit eb7960c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/data_loading_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def __call__(self, sample):
292292
# Compose transforms
293293
# ~~~~~~~~~~~~~~~~~~
294294
#
295-
# Now, we apply the transforms on an sample.
295+
# Now, we apply the transforms on a sample.
296296
#
297297
# Let's say we want to rescale the shorter side of the image to 256 and
298298
# then randomly crop a square of size 224 from it. i.e, we want to compose

0 commit comments

Comments
 (0)