Skip to content

Commit b3b3c65

Browse files
authored
Merge pull request #23121 from meeseeksmachine/auto-backport-of-pr-23115-on-v3.5.2-doc
Backport PR #23115 on branch v3.5.2-doc (DOC fixed duplicate/wrong default)
2 parents b13a9c8 + 0edd2a6 commit b3b3c65

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
@@ -211,8 +211,8 @@
211211
plt.show()
212212

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

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

0 commit comments

Comments
 (0)