[GRASS-SVN] r73583 - grass/trunk/lib/python/pygrass/modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 21 11:02:17 PDT 2018


Author: huhabla
Date: 2018-10-21 11:02:17 -0700 (Sun, 21 Oct 2018)
New Revision: 73583

Modified:
   grass/trunk/lib/python/pygrass/modules/shortcuts.py
Log:
pygrass library: Fixed doctests in modules/shortcuts

Modified: grass/trunk/lib/python/pygrass/modules/shortcuts.py
===================================================================
--- grass/trunk/lib/python/pygrass/modules/shortcuts.py	2018-10-21 18:01:36 UTC (rev 73582)
+++ grass/trunk/lib/python/pygrass/modules/shortcuts.py	2018-10-21 18:02:17 UTC (rev 73583)
@@ -26,7 +26,7 @@
        >>> g_list.run()
        Module('g.list')
        >>> g_list.outputs.stdout                         # doctest: +ELLIPSIS
-       '...basin...soils...'
+       u'...basin...elevation...'
        >>> r = MetaModule('r')
        >>> what = r.what
        >>> what.description



More information about the grass-commit mailing list