8000 Merge pull request #8811 from an0o0nym/patch-1 · matplotlib/matplotlib@1572cca · GitHub
[go: up one dir, main page]

Skip to content

Commit 1572cca

Browse files
authored
Merge pull request #8811 from an0o0nym/patch-1
DOC: fix tutorial typo
2 parents 6c51037 + 8fd95b4 commit 1572cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/02_intermediate/gridspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
:class:`~matplotlib.gridspec.GridSpec`
99
specifies the geometry of the grid that a subplot will be
10-
placed. The number of rows and number of columns of the grid
10+
placed in. The number of rows and number of columns of the grid
1111
need to be set. Optionally, the subplot layout parameters
1212
(e.g., left, right, etc.) can be tuned.
1313

0 commit comments

Comments
 (0)
0