浏览代码

pygrass manual cosmetics (highlight)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65094 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父节点
当前提交
ad4308285f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/docs/src/pygrass_vector.rst

+ 1 - 1
lib/python/docs/src/pygrass_vector.rst

@@ -193,7 +193,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: ::
 
-    from grass.pygrass.vector import VectorTopo
+    >>> from grass.pygrass.vector import VectorTopo
     >>> municip = VectorTopo('census')
     >>> municip.open(mode='r')
     >>> dblinks = DBlinks(municip.c_mapinfo)