Skip to content

Commit 31d4830

Browse files
committed
Fix typo in tutorials/intermediate/arranging_axes.py
1 parent 742a6e3 commit 31d4830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intermediate/arranging_axes.py

+1-1
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)