From 3f4e9bd5e027f9ea74fb2f45555c90b625384636 Mon Sep 17 00:00:00 2001 From: Nathan Black Date: Thu, 3 Sep 2015 16:35:43 -0500 Subject: [PATCH] Fixing a minor typo. --- moviepy/video/VideoClip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moviepy/video/VideoClip.py b/moviepy/video/VideoClip.py index 7467a826b..bcc6bb2bb 100644 --- a/moviepy/video/VideoClip.py +++ b/moviepy/video/VideoClip.py @@ -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