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)