[GRASS-SVN] r51660 - grass/trunk/doc/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 20 17:01:27 EDT 2012


Author: hamish
Date: 2012-05-20 14:01:27 -0700 (Sun, 20 May 2012)
New Revision: 51660

Modified:
   grass/trunk/doc/python/raster_example_ctypes.py
Log:
typo

Modified: grass/trunk/doc/python/raster_example_ctypes.py
===================================================================
--- grass/trunk/doc/python/raster_example_ctypes.py	2012-05-20 21:00:43 UTC (rev 51659)
+++ grass/trunk/doc/python/raster_example_ctypes.py	2012-05-20 21:01:27 UTC (rev 51660)
@@ -48,7 +48,7 @@
 elif data_type == FCELL_TYPE:
     ptype = POINTER(c_float)
     type_name = 'FCELL'
-elif data_type == DCELL_TYPR:
+elif data_type == DCELL_TYPE:
     ptype = POINTER(c_double)
     type_name = 'DCELL'
 



More information about the grass-commit mailing list