@@ -133,8 +133,8 @@ def __init__(self, fps=5, codec=None, bitrate=None, extra_args=None,
133133 automatically by the underlying utility.
134134 extra_args: list of strings or None
135135 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.
138138 metadata: dict of string:string or None
139139 A dictionary of keys and values for metadata to include in the
140140 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,
702702 `animation.bitrate`.
703703
704704 *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.
707707
708708 *metadata* is a dictionary of keys and values for metadata to include
709709 in the output file. Some keys that may be of use include:
@@ -947,7 +947,7 @@ def to_html5_video(self):
947947 directly into the HTML5 video tag. This respects the rc parameters
948948 for the writer as well as the bitrate. This also makes use of the
949949 ``interval`` to control the speed, and uses the ``repeat``
950- paramter to decide whether to loop.
950+ parameter to decide whether to loop.
951951 '''
952952 VIDEO_TAG = r'''<video {size} {options}>
953953 <source type="video/mp4" src="data:video/mp4;base64,{video}">
0 commit comments