Skip to content

Commit

Permalink
Merge pull request #205 from TheNathanBlack/typo-fix
Browse files Browse the repository at this point in the history
Fixing a minor typo.
  • Loading branch information
Zulko committed Sep 4, 2015
2 parents 383124c + 3f4e9bd commit e1464a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/VideoClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def set_audio(self, audioclip):
""" Attach an AudioClip to the VideoClip.
Returns a copy of the VideoClip instance, with the `audio`
attribute set to ``audio``, hich must be an AudioClip instance.
attribute set to ``audio``, which must be an AudioClip instance.
"""
self.audio = audioclip

Expand Down

0 comments on commit e1464a0

Please sign in to comment.