Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ff7fe1

Browse files
authored
Merge pull request #22219 from meeseeksmachine/auto-backport-of-pr-22218-on-v3.5.x
Backport PR #22218 on branch v3.5.x (Fix typo in `tutorials/intermediate/arranging_axes.py`)
2 parents 03efb75 + ac9b611 commit 0ff7fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intermediate/arranging_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def annotate_axes(ax, text, fontsize=18):
178178
# -------------------
179179
#
180180
# Sometimes it is helpful to have two or more grids of Axes that
181-
# may not need to be related to one another. The most simple way toin
181+
# may not need to be related to one another. The most simple way to
182182
# accomplish this is to use `.Figure.subfigures`. Note that the subfigure
183183
# layouts are independent, so the Axes spines in each subfigure are not
184184
# necessarily aligned. See below for a more verbose way to achieve the same

0 commit comments

Comments
 (0)