Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ADD6B200D52 for ; Sat, 2 Dec 2017 08:55:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AC309160C1A; Sat, 2 Dec 2017 07:55:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 26372160BF8 for ; Sat, 2 Dec 2017 08:55:45 +0100 (CET) Received: (qmail 61008 invoked by uid 500); 2 Dec 2017 07:55:45 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 60988 invoked by uid 99); 2 Dec 2017 07:55:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2017 07:55:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BEC14F17DA; Sat, 2 Dec 2017 07:55:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: goodman@apache.org To: commits@climate.apache.org Date: Sat, 02 Dec 2017 07:55:45 -0000 Message-Id: <81275a302d154ddab4df0bc0c30bc736@git.apache.org> In-Reply-To: <53b361455d174cfd9e2000265be47b90@git.apache.org> References: <53b361455d174cfd9e2000265be47b90@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] climate git commit: Merge branch 'master' into CLIMATE-935 archived-at: Sat, 02 Dec 2017 07:55:46 -0000 Merge branch 'master' into CLIMATE-935 Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/cc8e477a Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/cc8e477a Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/cc8e477a Branch: refs/heads/master Commit: cc8e477aa0886a3f3300be6df228f354e121a7c8 Parents: d41041f 6979331 Author: MichaelArthurAnderson Authored: Fri Dec 1 17:55:18 2017 -0500 Committer: GitHub Committed: Fri Dec 1 17:55:18 2017 -0500 ---------------------------------------------------------------------- examples/time_series_with_regions.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/cc8e477a/examples/time_series_with_regions.py ---------------------------------------------------------------------- diff --cc examples/time_series_with_regions.py index 0799cf0,168da90..4d08549 --- a/examples/time_series_with_regions.py +++ b/examples/time_series_with_regions.py @@@ -17,7 -17,7 +17,8 @@@ ''' Download three netCDF files, process the files to be the same shape, - divide the data into 13 subregions and plot a monthly time series for each sub region. + divide the data into subregions and plot a monthly time series for each sub region. ++ ''' import sys