[GRASS-SVN] r65095 - grass/branches/releasebranch_7_0/lib/python/docs/src
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 19 02:24:44 PDT 2015
Author: martinl
Date: 2015-04-19 02:24:44 -0700 (Sun, 19 Apr 2015)
New Revision: 65095
Modified:
grass/branches/releasebranch_7_0/lib/python/docs/src/pygrass_vector.rst
Log:
pygrass manual cosmetics (highlight)
(merge r65094 from trunk)
Modified: grass/branches/releasebranch_7_0/lib/python/docs/src/pygrass_vector.rst
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/docs/src/pygrass_vector.rst 2015-04-19 09:23:33 UTC (rev 65094)
+++ grass/branches/releasebranch_7_0/lib/python/docs/src/pygrass_vector.rst 2015-04-19 09:24:44 UTC (rev 65095)
@@ -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