Skip to content

Commit 0d9bc3f

Browse files
committed
DOC: Fix some lists in animation examples
1 parent 83f6c0e commit 0d9bc3f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/animation/animate_decay.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
=====
55
66
This example showcases:
7+
78
- using a generator to drive an animation,
89
- changing axes limits during an animation.
910
"""

examples/animation/pause_resume.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
=================================
55
66
This example showcases:
7+
78
- using the Animation.pause() method to pause an animation.
89
- using the Animation.resume() method to resume an animation.
910
"""

0 commit comments

Comments
 (0)