8000 Create animation.py · matplotlib/matplotlib@b23f82b · GitHub
[go: up one dir, main page]

Skip to content

Commit b23f82b

Browse files
authored
1 parent 921e9ac commit b23f82b

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