Skip to content

Commit 3065ad5

Browse files
authored
Fix typo in gallery/plot_transforms_v2_e2e.py (#7826)
1 parent cab01fc commit 3065ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gallery/plot_transforms_v2_e2e.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
66
Object detection is not supported out of the box by ``torchvision.transforms`` v1, since it only supports images.
77
``torchvision.transforms.v2`` enables jointly transforming images, videos, bounding boxes, and masks. This example
8-
showcases an end-to-end object detection training using the stable ``torchvisio.datasets`` and ``torchvision.models`` as
9-
well as the new ``torchvision.transforms.v2`` v2 API.
8+
showcases an end-to-end object detection training using the stable ``torchvision.datasets`` and ``torchvision.models``
9+
as well as the new ``torchvision.transforms.v2`` v2 API.
1010
"""
1111

1212
import pathlib

0 commit comments

Comments
 (0)