From 0edd2a67fdad00d15d2467e02ee2ee2fe8a59791 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 24 May 2022 10:27:25 +0200 Subject: [PATCH] Backport PR #23115: DOC fixed duplicate/wrong default --- tutorials/text/text_intro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/text/text_intro.py b/tutorials/text/text_intro.py index 1f2a7a1a28b6..2f9d9dc6bc6e 100644 --- a/tutorials/text/text_intro.py +++ b/tutorials/text/text_intro.py @@ -211,8 +211,8 @@ plt.show() ############################################################################## -# Vertical spacing for titles is controlled via :rc:`axes.titlepad`, which -# defaults to 5 points. Setting to a different value moves the title. +# Vertical spacing for titles is controlled via :rc:`axes.titlepad`. +# Setting to a different value moves the title. fig, ax = plt.subplots(figsize=(5, 3)) fig.subplots_adjust(top=0.8)