From ba405521ced2aa503afe8a8a6402c08523e9bff7 Mon Sep 17 00:00:00 2001 From: niedong Date: Sun, 29 Nov 2020 11:51:20 +0800 Subject: [PATCH] fix typo docstring in scene_file_writer.py --- manimlib/scene/scene_file_writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/scene/scene_file_writer.py b/manimlib/scene/scene_file_writer.py index b0884bf7..24c1d37f 100644 --- a/manimlib/scene/scene_file_writer.py +++ b/manimlib/scene/scene_file_writer.py @@ -427,7 +427,7 @@ class SceneFileWriter(object): def close_movie_pipe(self): """ Used internally by Manim to gracefully stop writing to FFMPEG's - input buffer, and move the temporary files into their permananant + input buffer, and move the temporary files into their permanent locations """ self.writing_process.stdin.close()