From 46600d82895a88dd27a463ed080c8f0fd8f64fd7 Mon Sep 17 00:00:00 2001 From: David Gilbertson Date: Tue, 24 May 2022 11:44:54 +1000 Subject: [PATCH] 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 422889e9ec22..2e68683a1461 100644 --- a/tutorials/text/text_intro.py +++ b/tutorials/text/text_intro.py @@ -212,8 +212,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)