From 8fd95b4ddd79590c7e69d94d75faf445572dda4d Mon Sep 17 00:00:00 2001 From: Damian Date: Tue, 27 Jun 2017 16:10:37 +0100 Subject: [PATCH] Updated file Small semantic change in text. --- tutorials/02_intermediate/gridspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/02_intermediate/gridspec.py b/tutorials/02_intermediate/gridspec.py index e604e05e5874..2882da3a1b1b 100644 --- a/tutorials/02_intermediate/gridspec.py +++ b/tutorials/02_intermediate/gridspec.py @@ -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.