Skip to content

Commit 5c8f3d6

Browse files
committed
fixed another typo
1 parent f38fcb3 commit 5c8f3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def _args(self):
401401
# ffmpeg to create a movie using a collection of temp images
402402
return [self.bin_path(), '-i', self._base_temp_name(),
403403
'-vframes', str(self._frame_counter),
404-
'-r', str(self.fps), ] + self.output_args
404+
'-r', str(self.fps)] + self.output_args
405405

406406

407407
# Base class of avconv information. AVConv has identical arguments to

0 commit comments

Comments
 (0)