diff --git a/torchvision/io/image.py b/torchvision/io/image.py
index c8d634ad050..c88e58ca4ca 100644
--- a/torchvision/io/image.py
+++ b/torchvision/io/image.py
@@ -448,7 +448,7 @@ def decode_avif(input: torch.Tensor, mode: ImageReadMode = ImageReadMode.UNCHANG
us know of any issue:
https://github.com/pytorch/vision/issues/new/choose. Note that
`torchvision-extra-decoders
- `_ is
+ `_ is
released under the LGPL license.
The values of the output tensor are in uint8 in [0, 255] for most images. If
@@ -485,7 +485,7 @@ def decode_heic(input: torch.Tensor, mode: ImageReadMode = ImageReadMode.UNCHANG
us know of any issue:
https://github.com/pytorch/vision/issues/new/choose. Note that
`torchvision-extra-decoders
- `_ is
+ `_ is
released under the LGPL license.
The values of the output tensor are in uint8 in [0, 255] for most images. If