Explorar el Código

pygrass: Fix docstring in get_row method

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62187 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli hace 10 años
padre
commit
50a627e925
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lib/python/pygrass/raster/__init__.py

+ 2 - 2
lib/python/pygrass/raster/__init__.py

@@ -118,8 +118,8 @@ class RasterRow(RasterAbstractBase):
 
         :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()