[GRASS-SVN] r65094 - grass/trunk/lib/python/docs/src

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 19 02:23:33 PDT 2015


Author: martinl
Date: 2015-04-19 02:23:33 -0700 (Sun, 19 Apr 2015)
New Revision: 65094

Modified:
   grass/trunk/lib/python/docs/src/pygrass_vector.rst
Log:
pygrass manual cosmetics (highlight)

Modified: grass/trunk/lib/python/docs/src/pygrass_vector.rst
===================================================================
--- grass/trunk/lib/python/docs/src/pygrass_vector.rst	2015-04-19 09:20:22 UTC (rev 65093)
+++ grass/trunk/lib/python/docs/src/pygrass_vector.rst	2015-04-19 09:23:33 UTC (rev 65094)
@@ -193,7 +193,7 @@
 Accessing a vector map's table(s) requires finding any links to tables, then
 requesting the table from each of the returned links: ::
 
-    from grass.pygrass.vector import VectorTopo
+    >>> from grass.pygrass.vector import VectorTopo
     >>> municip = VectorTopo('census')
     >>> municip.open(mode='r')
     >>> dblinks = DBlinks(municip.c_mapinfo)



More information about the grass-commit mailing list