浏览代码

pygrass library: Fixed doctests in _gunittest/gmodules

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73587 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 6 年之前
父节点
当前提交
08a362e02e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/gunittest/gmodules.py

+ 1 - 1
lib/python/gunittest/gmodules.py

@@ -39,7 +39,7 @@ class SimpleModule(Module):
     >>> str(colors.outputs.stdout)
     ''
     >>> colors.outputs.stderr.strip()
-    "Color table for raster map <test_a> set to 'rules'"
+    u"Color table for raster map <test_a> set to 'rules'"
     """
     def __init__(self, cmd, *args, **kargs):
         for banned in ['stdout_', 'stderr_', 'finish_', 'run_']: