You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2014/02/20 03:44:12 UTC

svn commit: r1570058 - /incubator/climate/trunk/ocw/evaluation.py

Author: joyce
Date: Thu Feb 20 02:44:12 2014
New Revision: 1570058

URL: http://svn.apache.org/r1570058
Log:
Minor typo fix

Modified:
    incubator/climate/trunk/ocw/evaluation.py

Modified: incubator/climate/trunk/ocw/evaluation.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/ocw/evaluation.py?rev=1570058&r1=1570057&r2=1570058&view=diff
==============================================================================
--- incubator/climate/trunk/ocw/evaluation.py (original)
+++ incubator/climate/trunk/ocw/evaluation.py Thu Feb 20 02:44:12 2014
@@ -44,7 +44,7 @@ class Evaluation(object):
     A ``binary`` metric is a metric that runs over a reference dataset and
     target dataset. If you add a ``binary`` metric you are required to add a
     reference dataset and at least one target dataset. The ``binary`` metrics
-    are run over ever (reference dataset, target dataset) pair in the
+    are run over every (reference dataset, target dataset) pair in the
     Evaluation.
 
     An Evaluation must have at least one metric to be valid.