diff --git a/gallery/v2_transforms/plot_transforms_v2.py b/gallery/v2_transforms/plot_transforms_v2.py index e6c91b53879..3058df23444 100644 --- a/gallery/v2_transforms/plot_transforms_v2.py +++ b/gallery/v2_transforms/plot_transforms_v2.py @@ -197,7 +197,7 @@ # determine whether a pure Tensor should be treated as an image (or video), # or just ignored: # -# * If we there is an :class:`~torchvision.datapoints.Image`, +# * If there is an :class:`~torchvision.datapoints.Image`, # :class:`~torchvision.datapoints.Video`, # or :class:`PIL.Image.Image` instance in the input, all other pure # tensors are passed-through.