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 2013/08/27 18:10:39 UTC

svn commit: r1517863 - /incubator/climate/trunk/ocw/dataset_processor.py

Author: joyce
Date: Tue Aug 27 16:10:39 2013
New Revision: 1517863

URL: http://svn.apache.org/r1517863
Log:
CLIMATE-276 - Fix typo in Sphinx markup

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

Modified: incubator/climate/trunk/ocw/dataset_processor.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/ocw/dataset_processor.py?rev=1517863&r1=1517862&r2=1517863&view=diff
==============================================================================
--- incubator/climate/trunk/ocw/dataset_processor.py (original)
+++ incubator/climate/trunk/ocw/dataset_processor.py Tue Aug 27 16:10:39 2013
@@ -288,7 +288,7 @@ def _rcmes_create_mask_using_threshold(m
     For each value along an axis, if the proportion of steps that are missing
     data is above ``threshold`` then the value is marked as missing data.
 
-    ..note: The 0th axis is currently always used.
+    ..note:: The 0th axis is currently always used.
 
     :param masked_array: Masked array of data
     :type masked_array: Numpy Masked Array