Browse Source

element_list: labels -> label for consistency

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64092 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 years ago
parent
commit
3cf3330342
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/python/pygrass/gis/__init__.py

+ 1 - 1
lib/python/pygrass/gis/__init__.py

@@ -304,7 +304,7 @@ class Mapset(object):
         """Return a list of grass types like:
         """Return a list of grass types like:
 
 
             * 'group',
             * 'group',
-            * 'labels',
+            * 'label',
             * 'raster',
             * 'raster',
             * 'raster_3d',
             * 'raster_3d',
             * 'region',
             * 'region',