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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 8 01:49:02 PDT 2012


Author: martinl
Date: 2012-06-08 01:49:01 -0700 (Fri, 08 Jun 2012)
New Revision: 52008

Modified:
   grass/trunk/lib/python/db.py
Log:
pythonlib: fix db_select() dox comments


Modified: grass/trunk/lib/python/db.py
===================================================================
--- grass/trunk/lib/python/db.py	2012-06-08 07:38:27 UTC (rev 52007)
+++ grass/trunk/lib/python/db.py	2012-06-08 08:49:01 UTC (rev 52008)
@@ -98,7 +98,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:
     
@@ -118,7 +118,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