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

Skip to content

Commit 1920dcf

Browse files
author
Thomas Levine
committed
active phrasing
1 parent e9dcf5b commit 1920dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/animation_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ general gist is to take an existing bit map (in our case a mostly
6060
rasterized figure) and then 'blit' one more artist on top. Thus, by
6161
managing a saved 'clean' bitmap, we can only re-draw the few artists
6262
that are changing at each frame and possibly save significant amounts of
63-
time. When using blitting (by passing ``blit=True``), the core loop of
63+
time. When we use blitting (by passing ``blit=True``), the core loop of
6464
`FuncAnimation` gets a bit more complicated::
6565

6666
ax = fig.gca()

0 commit comments

Comments
 (0)