Skip to content

Commit

Permalink
Merge pull request #6 from Zulko/master
Browse files Browse the repository at this point in the history
pull from zulko/moviepy
  • Loading branch information
bearney74 authored Feb 15, 2017
2 parents a38e4cd + e3480c6 commit 16d7c81
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 16d7c81

Please sign in to comment.