[GRASS-SVN] r34911 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 16 09:02:21 EST 2008


Author: glynn
Date: 2008-12-16 09:02:21 -0500 (Tue, 16 Dec 2008)
New Revision: 34911

Modified:
   grass/trunk/lib/python/grass.py
Log:
Fix typo: directory -> dictionary


Modified: grass/trunk/lib/python/grass.py
===================================================================
--- grass/trunk/lib/python/grass.py	2008-12-16 13:44:32 UTC (rev 34910)
+++ grass/trunk/lib/python/grass.py	2008-12-16 14:02:21 UTC (rev 34911)
@@ -494,7 +494,7 @@
 # run "v.info -c ..." and parse output
 
 def vector_columns(map, layer = None, **args):
-    """Return the directory of columns for the database table connected to
+    """Return a dictionary of the columns for the database table connected to
     a vector map (interface to `v.info -c').
     """
     s = read_command('v.info', flags = 'c', map = map, layer = layer, quiet = True, **args)



More information about the grass-commit mailing list