Skip to content

Commit 6bbfae6

Browse files
committed
Merge pull request #3120 from stahlous/patch-1
typo fix
2 parents def29e1 + 04c698b commit 6bbfae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/plotting/examples/demo_gridspec03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def make_ticklabels_invisible(fig):
1414

1515
f = plt.figure()
1616

17-
plt.suptitle("GirdSpec w/ different subplotpars")
17+
plt.suptitle("GridSpec w/ different subplotpars")
1818

1919
gs1 = GridSpec(3, 3)
2020
gs1.update(left=0.05, right=0.48, wspace=0.05)

0 commit comments

Comments
 (0)