Skip to content

Commit 5b8a521

Browse files
authored
Update animation_api.rst
1 parent 641441c commit 5b8a521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 using 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)