Updated one line description about utils.calc_temporal_mean

Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/5d24bd7e
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/5d24bd7e
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/5d24bd7e

Branch: refs/heads/master
Commit: 5d24bd7e363d185143a5a4ddac430abfb51235b0
Parents: 4b40ece
Author: huikyole <[email protected]>
Authored: Tue May 12 15:11:52 2015 -0700
Committer: huikyole <[email protected]>
Committed: Tue May 12 15:11:52 2015 -0700

----------------------------------------------------------------------
 ocw/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/5d24bd7e/ocw/utils.py
----------------------------------------------------------------------
diff --git a/ocw/utils.py b/ocw/utils.py
index 1595379..4352941 100644
--- a/ocw/utils.py
+++ b/ocw/utils.py
@@ -257,7 +257,7 @@ def reshape_monthly_to_annually(dataset):
     return values
 
 def calc_temporal_mean(dataset):
-    ''' Calculate climatology of dataset's values for each year
+    ''' Calculate temporal mean of dataset's values 
 
     :param dataset: OCW Dataset whose first dimension is time 
     :type dataset: :class:`dataset.Dataset`

Reply via email to