Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0526e61

Browse filesBrowse files
committed
Fix trivial docstring typo.
1 parent f865d8d commit 0526e61
Copy full SHA for 0526e61

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/artist.py

Copy file name to clipboardExpand all lines: lib/matplotlib/artist.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.