Skip to content

Commit 97b6b15

Browse files
authored
Fixed a couple of typos (#3715)
1 parent d7ad62f commit 97b6b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/datasets_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class UsageError(Exception):
4444

4545

4646
class LazyImporter:
47-
r"""Lazy importer for additional dependicies.
47+
r"""Lazy importer for additional dependencies.
4848
4949
Some datasets require additional packages that are no direct dependencies of torchvision. Instances of this class
5050
provide modules listed in MODULES as attributes. They are only imported when accessed.

torchvision/datasets/places365.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Places365(VisionDataset):
1313
1414
Args:
1515
root (string): Root directory of the Places365 dataset.
16-
split (string, optional): The dataset split. Can be one of ``train-standard`` (default), ``train-challendge``,
16+
split (string, optional): The dataset split. Can be one of ``train-standard`` (default), ``train-challenge``,
1717
``val``.
1818
small (bool, optional): If ``True``, uses the small images, i. e. resized to 256 x 256 pixels, instead of the
1919
high resolution ones.

0 commit comments

Comments
 (0)