Skip to content

Commit 46600d8

Browse files
DOC fixed duplicate/wrong default
1 parent 51624b6 commit 46600d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/text/text_intro.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212
plt.show()
213213

214214
##############################################################################
215-
# Vertical spacing for titles is controlled via :rc:`axes.titlepad`, which
216-
# defaults to 5 points. Setting to a different value moves the title.
215+
# Vertical spacing for titles is controlled via :rc:`axes.titlepad`.
216+
# Setting to a different value moves the title.
217217

218218
fig, ax = plt.subplots(figsize=(5, 3))
219219
fig.subplots_adjust(top=0.8)

0 commit comments

Comments
 (0)