git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65449 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -60,7 +60,8 @@ def call_module(module, stdin=None,
r"""Run module with parameters given in `kwargs` and return its output.
>>> print call_module('g.region', flags='pg') # doctest: +ELLIPSIS
- ...
+ projection=...
+ zone=...
n=...
s=...
w=...