We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdda8c commit b8b08acCopy full SHA for b8b08ac
docs/source/io.rst
@@ -35,7 +35,7 @@ Example of inspecting a video:
35
import torchvision
36
video_path = "path to a test video"
37
# Constructor allocates memory and a threaded decoder
38
- # instance per video. At the momet it takes two arguments:
+ # instance per video. At the moment it takes two arguments:
39
# path to the video file, and a wanted stream.
40
reader = torchvision.io.VideoReader(video_path, "video")
41
0 commit comments