Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 229ddf6

Browse filesBrowse files
committed
MNT: Fix some misspellings.
1 parent d28e853 commit 229ddf6
Copy full SHA for 229ddf6

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎lib/matplotlib/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.