[GRASS-SVN] r52010 - grass/branches/releasebranch_6_4/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 8 01:51:25 PDT 2012


Author: martinl
Date: 2012-06-08 01:51:25 -0700 (Fri, 08 Jun 2012)
New Revision: 52010

Modified:
   grass/branches/releasebranch_6_4/lib/python/db.py
Log:
pythonlib: fix db_select() dox comments
          (merge r52008 from trunk)


Modified: grass/branches/releasebranch_6_4/lib/python/db.py
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/db.py	2012-06-08 08:50:22 UTC (rev 52009)
+++ grass/branches/releasebranch_6_4/lib/python/db.py	2012-06-08 08:51:25 UTC (rev 52010)
@@ -88,7 +88,7 @@
     """!Perform SQL select statement
 
     Note: one of <em>sql</em>, <em>filename</em>, or <em>table</em>
-    must be provided.
+    arguments must be provided.
     
     Examples:
     
@@ -108,7 +108,7 @@
     grass.db_select(table = 'busstopsall')
     \endcode
 
-    performs <tt>SELECT cat,CAMPUS FROM busstopsall</tt>.
+    performs <tt>SELECT * FROM busstopsall</tt>.
 
     @param sql SQL statement to perform (or None)
     @param filename name of file with SQL statements (or None)



More information about the grass-commit mailing list