[GRASS-SVN] r63614 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 19 09:59:14 PST 2014
Author: martinl
Date: 2014-12-19 09:59:14 -0800 (Fri, 19 Dec 2014)
New Revision: 63614
Modified:
grass/trunk/gui/wxpython/core/layerlist.py
Log:
fix small typo in comment
Modified: grass/trunk/gui/wxpython/core/layerlist.py
===================================================================
--- grass/trunk/gui/wxpython/core/layerlist.py 2014-12-19 13:54:36 UTC (rev 63613)
+++ grass/trunk/gui/wxpython/core/layerlist.py 2014-12-19 17:59:14 UTC (rev 63614)
@@ -246,7 +246,7 @@
def SetMapType(self, mapType):
"""Sets map type of the layer.
- :param mapType: can be 'raster', 'vector', 'rast3'
+ :param mapType: can be 'raster', 'vector', 'raster_3d'
"""
if mapType not in self._mapTypes:
raise ValueError("Wrong map type used: {mtype}".format(mtype=mapType))
More information about the grass-commit
mailing list