From 10286201468260cc71d388da158e19366bb51c2b Mon Sep 17 00:00:00 2001 From: Anton Akhmerov Date: Thu, 21 Apr 2016 12:46:16 +0200 Subject: [PATCH 1/2] Typo fixes and wording modifications (minor) --- .../{uptade_subplot2grid.rst => update_subplot2grid.rst} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename doc/users/whats_new/{uptade_subplot2grid.rst => update_subplot2grid.rst} (71%) diff --git a/doc/users/whats_new/uptade_subplot2grid.rst b/doc/users/whats_new/update_subplot2grid.rst similarity index 71% rename from doc/users/whats_new/uptade_subplot2grid.rst rename to doc/users/whats_new/update_subplot2grid.rst index 2b6b96823a29..e3b1037042cb 100644 --- a/doc/users/whats_new/uptade_subplot2grid.rst +++ b/doc/users/whats_new/update_subplot2grid.rst @@ -1,8 +1,8 @@ -New Firgure Parameter for subplot2grid +New Figure Parameter for subplot2grid -------------------------------------- A ``fig`` parameter now exists for the method :func:`subplot2grid`. This allows -for the figure that the subplots will be created in to be specified. If ``fig`` +to specify the figure where the subplots will be created. If ``fig`` is ``None`` (default) then the method will use the current figure retrieved by :func:`gcf`. From 8cb7daed5ba81965cd3ac0f1e11c5a4cd39b9520 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov Date: Thu, 21 Apr 2016 19:24:56 +0200 Subject: [PATCH 2/2] fix wording even better --- doc/users/whats_new/update_subplot2grid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/whats_new/update_subplot2grid.rst b/doc/users/whats_new/update_subplot2grid.rst index e3b1037042cb..b5075e2f3f52 100644 --- a/doc/users/whats_new/update_subplot2grid.rst +++ b/doc/users/whats_new/update_subplot2grid.rst @@ -2,7 +2,7 @@ New Figure Parameter for subplot2grid -------------------------------------- A ``fig`` parameter now exists for the method :func:`subplot2grid`. This allows -to specify the figure where the subplots will be created. If ``fig`` +a user to specify the figure where the subplots will be created. If ``fig`` is ``None`` (default) then the method will use the current figure retrieved by :func:`gcf`.