Unverified Commit 25bc21df authored by Amani Kiruga's avatar Amani Kiruga Committed by GitHub
Browse files

Minor grammar fix to docstring (#4159)

parent 01537843
...@@ -63,7 +63,7 @@ def set_video_backend(backend): ...@@ -63,7 +63,7 @@ def set_video_backend(backend):
binding for the FFmpeg libraries. binding for the FFmpeg libraries.
The :mod:`video_reader` package includes a native C++ implementation on The :mod:`video_reader` package includes a native C++ implementation on
top of FFMPEG libraries, and a python API of TorchScript custom operator. 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:: .. note::
Building with FFMPEG is disabled by default in the latest master. If you want to use the 'video_reader' Building with FFMPEG is disabled by default in the latest master. If you want to use the 'video_reader'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment