typo correction
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/b377af77 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/b377af77 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/b377af77 Branch: refs/heads/master Commit: b377af77423bb8439c6d90f829199563d5995391 Parents: 036103e Author: Huikyo Lee <[email protected]> Authored: Fri Mar 20 01:07:28 2015 -0700 Committer: Huikyo Lee <[email protected]> Committed: Fri Mar 20 01:07:28 2015 -0700 ---------------------------------------------------------------------- ocw/dataset_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/b377af77/ocw/dataset_processor.py ---------------------------------------------------------------------- diff --git a/ocw/dataset_processor.py b/ocw/dataset_processor.py index e3ffc92..859c162 100755 --- a/ocw/dataset_processor.py +++ b/ocw/dataset_processor.py @@ -118,7 +118,7 @@ def spatial_aggregation(target_dataset, lon_min, lon_max, lat_min, lat_max): :type lon_max: float :param lat_min: minimum latitude (southern boundary) :type lat_min: float - :param lat_min: maximum latitude (northern boundary) + :param lat_max: maximum latitude (northern boundary) :type lat_max: float :returns: A new spatially subset Dataset
