[GRASS-SVN] r34941 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 19 15:53:21 EST 2008


Author: martinl
Date: 2008-12-19 15:53:21 -0500 (Fri, 19 Dec 2008)
New Revision: 34941

Modified:
   grass/trunk/lib/python/grass.py
Log:
grass.py: update docstring

Modified: grass/trunk/lib/python/grass.py
===================================================================
--- grass/trunk/lib/python/grass.py	2008-12-19 20:52:01 UTC (rev 34940)
+++ grass/trunk/lib/python/grass.py	2008-12-19 20:53:21 UTC (rev 34941)
@@ -520,8 +520,8 @@
     """Set the command history for a raster map to the command used to
     invoke the script (interface to `r.support').
 
-    @return 1 on success
-    @return 0 on failure
+    @return True on success
+    @return False on failure
     """
     current_mapset = gisenv()['MAPSET']
     if find_file(name = map)['mapset'] == current_mapset:



More information about the grass-commit mailing list