[GRASS-SVN] r62600 - grass/branches/releasebranch_7_0/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 4 12:03:05 PST 2014


Author: annakrat
Date: 2014-11-04 12:03:05 -0800 (Tue, 04 Nov 2014)
New Revision: 62600

Modified:
   grass/branches/releasebranch_7_0/lib/python/script/core.py
Log:
pythonlib: mlist_grouped replaced by list_grouped

Modified: grass/branches/releasebranch_7_0/lib/python/script/core.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/script/core.py	2014-11-04 19:09:00 UTC (rev 62599)
+++ grass/branches/releasebranch_7_0/lib/python/script/core.py	2014-11-04 20:03:05 UTC (rev 62600)
@@ -1143,7 +1143,7 @@
     mapset. Example:
 
     @code
-    >>> mlist_grouped('vect', pattern='*roads*')['PERMANENT']
+    >>> list_grouped('vect', pattern='*roads*')['PERMANENT']
     ['railroads', 'roadsmajor']
 
     @endcode



More information about the grass-commit mailing list