Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3cc9d7 + b23f82b commit ed5c0b3Copy full SHA for ed5c0b3
1 file changed
lib/matplotlib/animation.py
@@ -882,7 +882,7 @@ def __del__(self):
882
'Animation was deleted without rendering anything. This is '
883
'most likely not intended. To prevent deletion, assign the '
884
'Animation to a variable, e.g. `anim`, that exists until you '
885
- 'have outputted the Animation using `plt.show()` or '
+ 'output the Animation using `plt.show()` or '
886
'`anim.save()`.'
887
)
888
0 commit comments