Skip to content

Commit 917a616

Browse files
committed
DOC: Fix some lists in animation examples
1 parent 1f66490 commit 917a616

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/animation/animate_decay.py

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)