Skip to content

Commit b8b08ac

Browse files
HollowMan6datumbox
andauthored
Fix typo (#3039)
momet -> moment Signed-off-by: Hollow Man <[email protected]> Co-authored-by: Vasilis Vryniotis <[email protected]>
1 parent 1bdda8c commit b8b08ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Example of inspecting a video:
3535
import torchvision
3636
video_path = "path to a test video"
3737
# Constructor allocates memory and a threaded decoder
38-
# instance per video. At the momet it takes two arguments:
38+
# instance per video. At the moment it takes two arguments:
3939
# path to the video file, and a wanted stream.
4040
reader = torchvision.io.VideoReader(video_path, "video")
4141

0 commit comments

Comments
 (0)