Skip to content

Commit 0686324

Browse files
Mirwaisseholly1238
andauthored
Typo fix (#493)
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
1 parent a407adc commit 0686324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: beginner_source/data_loading_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def __call__(self, sample):
340340
#
341341
# - An image is read from the file on the fly
342342
# - Transforms are applied on the read image
343-
# - Since one of the transforms is random, data is augmentated on
343+
# - Since one of the transforms is random, data is augmented on
344344
# sampling
345345
#
346346
# We can iterate over the created dataset with a ``for i in range``

0 commit comments

Comments
 (0)