From 86da37a3a2efe4bce5dc54ff09077edaf5433419 Mon Sep 17 00:00:00 2001 From: Amani Kiruga <69642575+amaniedu71@users.noreply.github.com> Date: Thu, 8 Jul 2021 04:14:38 -0400 Subject: [PATCH] Minor grammar fix to docstring --- torchvision/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchvision/__init__.py b/torchvision/__init__.py index 9508605b551..3cbdda7af7f 100644 --- a/torchvision/__init__.py +++ b/torchvision/__init__.py @@ -63,7 +63,7 @@ def set_video_backend(backend): binding for the FFmpeg libraries. The :mod:`video_reader` package includes a native C++ implementation on top of FFMPEG libraries, and a python API of TorchScript custom operator. - It is generally decoding faster than :mod:`pyav`, but perhaps is less robust. + It generally decodes faster than :mod:`pyav`, but is perhaps less robust. .. note:: Building with FFMPEG is disabled by default in the latest master. If you want to use the 'video_reader'