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)