[GRASS-SVN] r62187 - grass/trunk/lib/python/pygrass/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 5 12:07:32 PDT 2014


Author: zarch
Date: 2014-10-05 12:07:32 -0700 (Sun, 05 Oct 2014)
New Revision: 62187

Modified:
   grass/trunk/lib/python/pygrass/raster/__init__.py
Log:
pygrass: Fix docstring in get_row method

Modified: grass/trunk/lib/python/pygrass/raster/__init__.py
===================================================================
--- grass/trunk/lib/python/pygrass/raster/__init__.py	2014-10-05 03:53:47 UTC (rev 62186)
+++ grass/trunk/lib/python/pygrass/raster/__init__.py	2014-10-05 19:07:32 UTC (rev 62187)
@@ -118,8 +118,8 @@
 
         :param row: the number of row to obtain
         :type row: int
-        :param row_buffer: specify the Buffer object that will be instantiate
-        :type row_buffer: bool
+        :param row_buffer: Buffer object instance with the right dim and type
+        :type row_buffer: Buffer
 
         >>> elev = RasterRow('elevation')
         >>> elev.open()



More information about the grass-commit mailing list