Skip to content

Commit

Permalink
fix: format the docstring to less than 120 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
MinliangLin committed Aug 13, 2023
1 parent 04519a3 commit c03e60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gallery/plot_transforms_v2_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Object detection is not supported out of the box by ``torchvision.transforms`` v1, since it only supports images.
``torchvision.transforms.v2`` enables jointly transforming images, videos, bounding boxes, and masks. This example
showcases an end-to-end object detection training using the stable ``torchvision.datasets`` and ``torchvision.models`` as
well as the new ``torchvision.transforms.v2`` v2 API.
showcases an end-to-end object detection training using the stable ``torchvision.datasets`` and ``torchvision.models``
as well as the new ``torchvision.transforms.v2`` v2 API.
"""

import pathlib
Expand Down

0 comments on commit c03e60d

Please sign in to comment.