8000 DOC: use standard class names · matplotlib/matplotlib@7d2864d · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d2864d

Browse files
tacaswellQuLogic
andauthored
DOC: use standard class names
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 13c4911 commit 7d2864d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/intermediate/blitting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def __init__(self, canvas, animated_artists=()):
117117
----------
118118
canvas : FigureCanvasAgg
119119
The canvas to work with, this only works for sub-classes of the Agg
120-
canvas which have the `~CanvasAgg.copy_from_bbox` and
121-
`~CanvasAgg.restore_region` methods.
120+
canvas which have the `~FigureCanvasAgg.copy_from_bbox` and
121+
`~FigureCanvasAgg.restore_region` methods.
122122
123123
animated_artists : Iterable[Artist]
124124
List of the artists to manage

0 commit comments

Comments
 (0)
0