From ac9b61117575d93fdab397203ef0137cc1152a6d Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 12 Jan 2022 21:04:41 +0000 Subject: [PATCH] Backport PR #22218: Fix typo in `tutorials/intermediate/arranging_axes.py` --- tutorials/intermediate/arranging_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/intermediate/arranging_axes.py b/tutorials/intermediate/arranging_axes.py index a266843f77aa..90636b6960aa 100644 --- a/tutorials/intermediate/arranging_axes.py +++ b/tutorials/intermediate/arranging_axes.py @@ -178,7 +178,7 @@ def annotate_axes(ax, text, fontsize=18): # ------------------- # # Sometimes it is helpful to have two or more grids of Axes that -# may not need to be related to one another. The most simple way toin +# may not need to be related to one another. The most simple way to # accomplish this is to use `.Figure.subfigures`. Note that the subfigure # layouts are independent, so the Axes spines in each subfigure are not # necessarily aligned. See below for a more verbose way to achieve the same