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 ed5c0b3

Browse filesBrowse files
authored
Merge pull request #22612 from diegosolano/main
DOC: Updated grammar to reflect more common usage of output vs outputted in animation.py
2 parents d3cc9d7 + b23f82b commit ed5c0b3
Copy full SHA for ed5c0b3

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

‎lib/matplotlib/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ def __del__(self):
882882
'Animation was deleted without rendering anything. This is '
883883
'most likely not intended. To prevent deletion, assign the '
884884
'Animation to a variable, e.g. `anim`, that exists until you '
885-
'have outputted the Animation using `plt.show()` or '
885+
'output the Animation using `plt.show()` or '
886886
'`anim.save()`.'
887887
)
888888

0 commit comments

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