8000 Merge pull request #22612 from diegosolano/main · Carreau/matplotlib@ed5c0b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed5c0b3

Browse files
authored
Merge pull request matplotlib#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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines 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