Skip to content

Commit

Permalink
Fix typo (pytorch#3039)
Browse files Browse the repository at this point in the history
momet -> moment
Signed-off-by: Hollow Man <hollowman@hollowman.ml>

Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
  • Loading branch information
2 people authored and vfdev-5 committed Dec 4, 2020
1 parent f8890a2 commit a2b74a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a2b74a0

Please sign in to comment.