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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 3 03:42:02 PST 2018


Author: martinl
Date: 2018-03-03 03:42:02 -0800 (Sat, 03 Mar 2018)
New Revision: 72316

Modified:
   grass/trunk/lib/python/pygrass/raster/__init__.py
Log:
fix typo in r72315

Modified: grass/trunk/lib/python/pygrass/raster/__init__.py
===================================================================
--- grass/trunk/lib/python/pygrass/raster/__init__.py	2018-03-03 11:19:47 UTC (rev 72315)
+++ grass/trunk/lib/python/pygrass/raster/__init__.py	2018-03-03 11:42:02 UTC (rev 72316)
@@ -53,7 +53,7 @@
         * No mathematical operation like __add__ and stuff for the Raster
           object (only for rows), since r.mapcalc is more sophisticated and
           faster
-        * Rises IndexError if [row] is out of range
+        * Raises IndexError if [row] is out of range
 
         Examples:
 



More information about the grass-commit mailing list