[GRASS-SVN] r56689 - grass/trunk/lib/python/pygrass/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 13 01:10:22 PDT 2013


Author: zarch
Date: 2013-06-13 01:10:21 -0700 (Thu, 13 Jun 2013)
New Revision: 56689

Modified:
   grass/trunk/lib/python/pygrass/vector/__init__.py
Log:
Fix the docstring.

Modified: grass/trunk/lib/python/pygrass/vector/__init__.py
===================================================================
--- grass/trunk/lib/python/pygrass/vector/__init__.py	2013-06-13 08:08:58 UTC (rev 56688)
+++ grass/trunk/lib/python/pygrass/vector/__init__.py	2013-06-13 08:10:21 UTC (rev 56689)
@@ -385,7 +385,7 @@
 
     @must_be_open
     def cat(self, cat_id):
-        """Return a list of geometry features with category == cat_id.
+        """Return the geometry features with category == cat_id.
         """
         return self.read(libvect.Vect_get_line_cat(self.c_mapinfo,
                                                    cat_id, self.layer))



More information about the grass-commit mailing list