Unverified Commit b8b08ac3 authored by Hollow Man's avatar Hollow Man Committed by GitHub
Browse files

Fix typo (#3039)



momet -> moment
Signed-off-by: default avatarHollow Man <hollowman@hollowman.ml>
Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent 1bdda8cb
......@@ -35,7 +35,7 @@ Example of inspecting a video:
import torchvision
video_path = "path to a test video"
# Constructor allocates memory and a threaded decoder
# instance per video. At the momet it takes two arguments:
# instance per video. At the moment it takes two arguments:
# path to the video file, and a wanted stream.
reader = torchvision.io.VideoReader(video_path, "video")
......
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