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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 19 02:15:28 PDT 2015


Author: martinl
Date: 2015-04-19 02:15:28 -0700 (Sun, 19 Apr 2015)
New Revision: 65091

Modified:
   grass/trunk/lib/python/docs/src/pygrass_vector.rst
Log:
pygrass docs: fix syntax typos (cosmetics)

Modified: grass/trunk/lib/python/docs/src/pygrass_vector.rst
===================================================================
--- grass/trunk/lib/python/docs/src/pygrass_vector.rst	2015-04-18 18:02:43 UTC (rev 65090)
+++ grass/trunk/lib/python/docs/src/pygrass_vector.rst	2015-04-19 09:15:28 UTC (rev 65091)
@@ -191,7 +191,7 @@
 loaded unless explicitly specified, in case they are not needed.
 
 Accessing a vector map's table(s) requires finding any links to tables, then
-requesting the table from each of the returned links:
+requesting the table from each of the returned links: ::
 
     from grass.pygrass.vector import VectorTopo
     >>> municip = VectorTopo('census')
@@ -207,7 +207,7 @@
 contains all the links of a vector map. Each link is also a class
 (:class:`~pygrass.vector.table.Link`) that contains a specific link's
 parameters. The ``table()`` method of the link class return the linked table as
-a table object (`class:`~pygrass.vector.table.Table`).
+a table object (:class:`~pygrass.vector.table.Table`).
 
 Geometry Classes
 ----------------



More information about the grass-commit mailing list