Skip to content

Commit e24a199

Browse files
authored
Fix formatting
1 parent 3828f00 commit e24a199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/users_explain/animations/animations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# 3) Create a `.FuncAnimation`, passing the `.Figure` and the animation function.
6060
# 4) Save or show the animation using one of the following methods:
6161
#
62-
# - `plt.show` to show the animation in a window
62+
# - `.pyplot.show` to show the animation in a window
6363
# - `.Animation.to_html5_video` to create a HTML ``<video>`` tag
6464
# - `.Animation.to_jshtml` to create HTML code with interactive JavaScript animation
6565
# controls
@@ -93,7 +93,7 @@
9393
# `~.Ellipse.set_center`,
9494
# `~.Ellipse.set_height`,
9595
# `~.Ellipse.set_width`
96-
# `.Axes.title`, `Axes.text` `.text.Text` `~.Text.set_text`
96+
# `.Axes.set_title`, `.Axes.text` `.text.Text` `~.Text.set_text`
9797
# ======================================== ============================= ===========================
9898
#
9999
# Covering the set methods for all types of artists is beyond the scope of this

0 commit comments

Comments
 (0)