Skip to content

Commit fc1de5f

Browse files
docs: Fix typo (#1639)
Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com>
1 parent e75bf25 commit fc1de5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/blitz/cifar10_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
Specifically for vision, we have created a package called
2424
``torchvision``, that has data loaders for common datasets such as
25-
Imagenet, CIFAR10, MNIST, etc. and data transformers for images, viz.,
25+
ImageNet, CIFAR10, MNIST, etc. and data transformers for images, viz.,
2626
``torchvision.datasets`` and ``torch.utils.data.DataLoader``.
2727
2828
This provides a huge convenience and avoids writing boilerplate code.

0 commit comments

Comments
 (0)