Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d5d1d1

Browse files
committed
Fix trivial docstring typo.
1 parent be3608b commit 2d5d1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ def set_animated(self, b):
10161016
10171017
If True, the artist is excluded from regular drawing of the figure.
10181018
You have to call `.Figure.draw_artist` / `.Axes.draw_artist`
1019-
explicitly on the artist. This appoach is used to speed up animations
1019+
explicitly on the artist. This approach is used to speed up animations
10201020
using blitting.
10211021
10221022
See also `matplotlib.animation` and

0 commit comments

Comments
 (0)