Skip to content

Commit 4c4779b

Browse files
committed
DOC: minor tweaks
1 parent 8e8291c commit 4c4779b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/animation.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ class TimedAnimation(Animation):
11991199
12001200
repeat_delay : number, optional
12011201
If the animation in repeated, adds a delay in milliseconds
1202-
before repeating the animation. Defaults to `None`
1202+
before repeating the animation. Defaults to `None`.
12031203
12041204
repeat : bool, optional
12051205
Controls whether the animation should repeat when the sequence
@@ -1279,9 +1279,9 @@ class ArtistAnimation(TimedAnimation):
12791279
other needed events.
12801280
12811281
artists : list
1282-
With each list entry a collection of artists that
1283-
represent what needs to be enabled on each frame. These will
1284-
be disabled for other frames.
1282+
Each list entry a collection of artists that represent what
1283+
needs to be enabled on each frame. These will be disabled for
1284+
other frames.
12851285
12861286
interval : number, optional
12871287
Delay between frames in milliseconds. Defaults to 200.

0 commit comments

Comments
 (0)