Pārlūkot izejas kodu

link to the GRASS Wiki

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49107 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 gadi atpakaļ
vecāks
revīzija
87f79e82ea
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      lib/python/pythonlib.dox

+ 3 - 2
lib/python/pythonlib.dox

@@ -31,7 +31,7 @@ See code in:
 
 \section pythonScripting GRASS scripting tasks for Python provided by "grass.script"
 
-Statement
+The statement
 
 \code
 import grass.script as grass
@@ -45,7 +45,8 @@ To import only selected module
 from grass.script import core as grass
 \endcode
 
-Sample script
+Sample script (See the GRASS Wiki at 
+<a href="http://grass.osgeo.org/wiki/GRASS_and_Python">http://grass.osgeo.org/wiki/GRASS_and_Python</a> for more examples)
 
 \code
 #!/usr/bin/env python