[GRASS-SVN] r58800 - grass/trunk/lib/python/pygrass/messages

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 29 08:54:23 PST 2014


Author: zarch
Date: 2014-01-29 08:54:23 -0800 (Wed, 29 Jan 2014)
New Revision: 58800

Modified:
   grass/trunk/lib/python/pygrass/messages/__init__.py
Log:
Fix the docstring.

Modified: grass/trunk/lib/python/pygrass/messages/__init__.py
===================================================================
--- grass/trunk/lib/python/pygrass/messages/__init__.py	2014-01-29 16:50:23 UTC (rev 58799)
+++ grass/trunk/lib/python/pygrass/messages/__init__.py	2014-01-29 16:54:23 UTC (rev 58800)
@@ -318,11 +318,11 @@
 
 
 def get_msgr(_instance=[None, ]):
-    """!Return a Messenger instance. ::
+    """!Return a Messenger instance.
 
     @return the Messenger instance.
+    @code ::
 
-        @code
         >>> msgr0 = get_msgr()
         >>> msgr1 = get_msgr()
         >>> msgr2 = Messenger()



More information about the grass-commit mailing list