Skip to content

Commit

Permalink
Merge pull request 3b1b#1284 from niedong/typo-fix
Browse files Browse the repository at this point in the history
fix typo docstring in scene_file_writer.py
  • Loading branch information
TonyCrane authored Nov 29, 2020
2 parents 0dc8e43 + ba40552 commit f934bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manimlib/scene/scene_file_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def open_movie_pipe(self):
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()
Expand Down

0 comments on commit f934bdc

Please sign in to comment.