Skip to content

Commit 7c68af8

Browse files
LeafyLiholly1238
andauthored
Fix spelling of "in to" -> "into" (#997)
Co-authored-by: holly1238 <[email protected]>
1 parent 86ee4d0 commit 7c68af8

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
@@ -4,7 +4,7 @@
44
===================================================
55
**Author**: `Sasank Chilamkurthy <https://chsasank.github.io>`_
66
7-
A lot of effort in solving any machine learning problem goes in to
7+
A lot of effort in solving any machine learning problem goes into
88
preparing the data. PyTorch provides many tools to make data loading
99
easy and hopefully, to make your code more readable. In this tutorial,
1010
we will see how to load and preprocess/augment data from a non trivial

0 commit comments

Comments
 (0)