From 4e60a710110caca3494dd1e695c68af6e5e4addb Mon Sep 17 00:00:00 2001 From: Timothy Emerick Date: Mon, 24 Aug 2015 16:00:29 -0400 Subject: [PATCH] Fixed copy-paste typo Changed documentation for the color parameter to distinguish from bg_color --- 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..f7dab4f27 100644 --- a/moviepy/video/VideoClip.py +++ b/moviepy/video/VideoClip.py @@ -1067,7 +1067,7 @@ class TextClip(ImageClip): for a list of acceptable names. color - Color of the background. See ``TextClip.list('color')`` for a + Color of the text. See ``TextClip.list('color')`` for a list of acceptable names. font