Skip to content

Commit 20afe1d

Browse files
cpuhrschfacebook-github-bot
authored andcommitted
[fbsync] fix docs typo (#3683)
Reviewed By: NicolasHug Differential Revision: D28169151 fbshipit-source-id: c4b7a8db9a14a3cc651a8594b6a195c265b00da4
1 parent 900e0ad commit 20afe1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/fakedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class FakeData(VisionDataset):
1010
Args:
1111
size (int, optional): Size of the dataset. Default: 1000 images
1212
image_size(tuple, optional): Size if the returned images. Default: (3, 224, 224)
13-
num_classes(int, optional): Number of classes in the datset. Default: 10
13+
num_classes(int, optional): Number of classes in the dataset. Default: 10
1414
transform (callable, optional): A function/transform that takes in an PIL image
1515
and returns a transformed version. E.g, ``transforms.RandomCrop``
1616
target_transform (callable, optional): A function/transform that takes in the

0 commit comments

Comments
 (0)