Skip to content

Commit 196d970

Browse files
authored
[docs] correct docs of decode_heic (#9014)
1 parent 95f10a4 commit 196d970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/io/image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def decode_heic(input: torch.Tensor, mode: ImageReadMode = ImageReadMode.UNCHANG
478478
"""Decode an HEIC image into a 3 dimensional RGB[A] Tensor.
479479
480480
.. warning::
481-
In order to enable the AVIF decoding capabilities of torchvision, you
481+
In order to enable the HEIC decoding capabilities of torchvision, you
482482
first need to run ``pip install torchvision-extra-decoders``. Just
483483
install the package, you don't need to update your code. This is only
484484
supported on Linux, and this feature is still in BETA stage. Please let

0 commit comments

Comments
 (0)