Forráskód Böngészése

Fix typo: directory -> dictionary

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34911 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 éve
szülő
commit
a37663ab06
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lib/python/grass.py

+ 1 - 1
lib/python/grass.py

@@ -494,7 +494,7 @@ def db_connection():
 # 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)