Merge pull request #1284 from niedong/typo-fix

fix typo docstring in scene_file_writer.py
This commit is contained in:
鹤翔万里 2020-11-29 19:23:47 +08:00 committed by GitHub
commit f934bdc61e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()