8000 DOC: spelling and alias correction · matplotlib/matplotlib@13c4911 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13c4911

Browse files
tacaswellQuLogic
andauthored
DOC: spelling and alias correction
< 8000 span class="ws-pre-wrap extended-commit-description-container f6 wb-break-word text-mono mt-2 prc-Text-Text-0ima0">Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent bf40ce1 commit 13c4911

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
@@ -62,7 +62,7 @@
6262
# stop to admire our empty window axes and ensure it is rendered at
6363
# least once.
6464
#
65-
# We need to fully draw the figure at it's final size on the screen
65+
# We need to fully draw the figure at its final size on the screen
6666
# before we continue on so that :
6767
# a) we have the correctly sized and drawn background to grab
6868
# b) we have a cached renderer so that ``ax.draw_artist`` works
@@ -115,7 +115,7 @@ def __init__(self, canvas, animated_artists=()):
115115
"""
116116
Parameters
117117
----------
118-
canvas : CanvasAgg
118+
canvas : FigureCanvasAgg
119119
The canvas to work with, this only works for sub-classes of the Agg
120120
canvas which have the `~CanvasAgg.copy_from_bbox` and
121121
`~CanvasAgg.restore_region` methods.

0 commit comments

Comments
 (0)
0