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

Skip to content

Commit 8fd95b4

Browse files
author
Damian
authored
Updated file
Small semantic change in text.
1 parent ee030cb commit 8fd95b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)