Преглед на файлове

Fix documentation of function to match code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59261 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maris Nartiss преди 11 години
родител
ревизия
208e1f9e63
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      gui/wxpython/core/utils.py

+ 1 - 1
gui/wxpython/core/utils.py

@@ -310,7 +310,7 @@ def ListSortLower(list):
     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