@@ -133,8 +133,8 @@ def __init__(self, fps=5, codec=None, bitrate=None, extra_args=None,
133
133
automatically by the underlying utility.
134
134
extra_args: list of strings or None
135
135
A list of extra string arguments to be passed to the underlying
136
- movie utiltiy . The default is None, which passes the additional
137
- argurments in the 'animation.extra_args' rcParam.
136
+ movie utility . The default is None, which passes the additional
137
+ arguments in the 'animation.extra_args' rcParam.
138
138
metadata: dict of string:string or None
139
139
A dictionary of keys and values for metadata to include in the
140
140
output file. Some keys that may be of use include:
@@ -702,8 +702,8 @@ def save(self, filename, writer=None, fps=None, dpi=None, codec=None,
702
702
`animation.bitrate`.
703
703
704
704
*extra_args* is a list of extra string arguments to be passed to the
705
- underlying movie utiltiy . The default is None, which passes the
706
- additional argurments in the 'animation.extra_args' rcParam.
705
+ underlying movie utility . The default is None, which passes the
706
+ additional arguments in the 'animation.extra_args' rcParam.
707
707
708
708
*metadata* is a dictionary of keys and values for metadata to include
709
709
in the output file. Some keys that may be of use include:
@@ -947,7 +947,7 @@ def to_html5_video(self):
947
947
directly into the HTML5 video tag. This respects the rc parameters
948
948
for the writer as well as the bitrate. This also makes use of the
949
949
``interval`` to control the speed, and uses the ``repeat``
950
- paramter to decide whether to loop.
950
+ parameter to decide whether to loop.
951
951
'''
952
952
VIDEO_TAG = r'''<video {size} {options}>
953
953
<source type="video/mp4" src="data:video/mp4;base64,{video}">
0 commit comments