8000 DOC: fix markup · matplotlib/matplotlib@0591589 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0591589

Browse files
tacaswellQuLogic
andauthored
DOC: fix markup
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 56007bd commit 0591589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ class ArtistAnimation(TimedAnimation):
14571457
fig : `~matplotlib.figure.Figure`
14581458
The figure object used to get needed events, such as draw or resize.
14591459
artists : list
1460-
Each list entry is a collection of `Artist` objects that are made
1460+
Each list entry is a collection of `.Artist` objects that are made
14611461
visible on the corresponding frame. Other artists are made invisible.
14621462
interval : int, default: 200
14631463
Delay between frames in milliseconds.

0 commit comments

Comments
 (0)
0