From fe68a38142683a97aa77c90b23b9e22461e7b581 Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Tue, 5 Oct 2021 19:50:20 -0600 Subject: [PATCH] Backport PR #21290: DOC: Fix some lists in animation examples --- examples/animation/animate_decay.py | 1 + examples/animation/pause_resume.py | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/animation/animate_decay.py b/examples/animation/animate_decay.py index 88f25e2d6aaa..c4e8eded4e6e 100644 --- a/examples/animation/animate_decay.py +++ b/examples/animation/animate_decay.py @@ -4,6 +4,7 @@ ===== This example showcases: + - using a generator to drive an animation, - changing axes limits during an animation. """ diff --git a/examples/animation/pause_resume.py b/examples/animation/pause_resume.py index ed20197f6167..0a8c2f7c549a 100644 --- a/examples/animation/pause_resume.py +++ b/examples/animation/pause_resume.py @@ -4,6 +4,7 @@ ================================= This example showcases: + - using the Animation.pause() method to pause an animation. - using the Animation.resume() method to resume an animation. """