Prechádzať zdrojové kódy

pygrass library: Fixed doctests in modules/interface/module

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73584 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 6 rokov pred
rodič
commit
b4d7df4d7c

+ 1 - 1
lib/python/pygrass/modules/interface/module.py

@@ -395,7 +395,7 @@ class Module(object):
     >>> colors.outputs["stdout"].value
     u''
     >>> colors.outputs["stderr"].value.strip()
-    "Color table for raster map <test_a> set to 'rules'"
+    u"Color table for raster map <test_a> set to 'rules'"
 
     >>> colors = Module("r.colors", map="test_a", rules="-",
     ...                 run_=False, finish_=False, stdin_=PIPE)