Skip to content

Commit e9dcf5b

Browse files
author
Thomas Levine
committed
use a colon
1 parent 17b9ee2 commit e9dcf5b

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
@@ -61,7 +61,7 @@ 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
6363
time. When using blitting (by passing ``blit=True``), the core loop of
64-
`FuncAnimation` gets a bit more complicated. ::
64+
`FuncAnimation` gets a bit more complicated::
6565

6666
ax = fig.gca()
6767

0 commit comments

Comments
 (0)