[GRASS-SVN] r59261 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 15 11:59:59 PDT 2014


Author: marisn
Date: 2014-03-15 11:59:59 -0700 (Sat, 15 Mar 2014)
New Revision: 59261

Modified:
   grass/trunk/gui/wxpython/core/utils.py
Log:
Fix documentation of function to match code

Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py	2014-03-15 15:23:47 UTC (rev 59260)
+++ grass/trunk/gui/wxpython/core/utils.py	2014-03-15 18:59:59 UTC (rev 59261)
@@ -310,7 +310,7 @@
     list.sort(cmp=lambda x, y: cmp(x.lower(), y.lower()))
 
 def GetVectorNumberOfLayers(vector):
-    """!Get list of vector layers connected to database"""
+    """!Get list of all vector layers"""
     layers = list()
     if not vector:
         return layers



More information about the grass-commit mailing list