mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Merge pull request #1284 from niedong/typo-fix
fix typo docstring in scene_file_writer.py
This commit is contained in:
commit
f934bdc61e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue