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

Skip to content

Commit 04c698b

Browse files
committed
typo fix
1 parent def29e1 commit 04c698b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)