From 916446371db84d5eb4c6c777bb9a29b447ffd74a Mon Sep 17 00:00:00 2001 From: t as in ttttttt Date: Sun, 8 Jun 2014 09:43:12 +0100 Subject: [PATCH] typo --- moviepy/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moviepy/tools.py b/moviepy/tools.py index df1003022..4e1cf0870 100644 --- a/moviepy/tools.py +++ b/moviepy/tools.py @@ -6,7 +6,7 @@ import sys def sys_write_flush(s): - """ writes and flushes witout delay a text in the console """ + """ writes and flushes without delay a text in the console """ sys.stdout.write(s) sys.stdout.flush()