Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/02_intermediate/gridspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

:class:`~matplotlib.gridspec.GridSpec`
specifies the geometry of the grid that a subplot will be
placed. The number of rows and number of columns of the grid
placed in. The number of rows and number of columns of the grid
need to be set. Optionally, the subplot layout parameters
(e.g., left, right, etc.) can be tuned.

Expand Down