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 90f8170

Browse filesBrowse files
authored
Merge pull request #13244 from fuzzythecat/patch-1
Fix typo
2 parents 2fe337c + ea03fb5 commit 90f8170
Copy full SHA for 90f8170

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎doc/api/animation_api.rst

Copy file name to clipboardExpand all lines: doc/api/animation_api.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ artist at a global scope and let Python sort things out. For example ::
122122
init_func=init, blit=True)
123123
plt.show()
124124

125-
The second method is to us `functools.partial` to 'bind' artists to
125+
The second method is to use `functools.partial` to 'bind' artists to
126126
function. A third method is to use closures to build up the required
127127
artists and functions. A fourth method is to create a class.
128128

0 commit comments

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