Skip to content

Commit 21b8fad

Browse files
committed
Fix doc
1 parent 5770a03 commit 21b8fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery/plot_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def plot(imgs, with_orig=True, row_title=None, **imshow_kwargs):
255255

256256
####################################
257257
# TrivialAugmentWide
258-
# ~~~~~~~~~~~
258+
# ~~~~~~~~~~~~~~~~~~
259259
# The :class:`~torchvision.transforms.TrivialAugmentWide` transform automatically augments the data.
260260
augmenter = T.TrivialAugmentWide()
261261
imgs = [augmenter(orig_img) for _ in range(4)]

0 commit comments

Comments
 (0)