Skip to content

Commit

Permalink
Fixed typo #375
Browse files Browse the repository at this point in the history
#375 fixed
  • Loading branch information
Gloin1313 authored Feb 15, 2017
1 parent 2f824b0 commit e3480c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moviepy/video/io/VideoFileClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class VideoFileClip(VideoClip):
A video clip originating from a movie file. For instance: ::
>>> clip = VideofileClip("myHolidays.mp4")
>>> clip2 = VideofileClip("myMaskVideo.avi")
>>> clip = VideoFileClip("myHolidays.mp4")
>>> clip2 = VideoFileClip("myMaskVideo.avi")
Parameters
Expand Down

0 comments on commit e3480c6

Please sign in to comment.