فهرست منبع

Fix the docstring.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58800 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli 11 سال پیش
والد
کامیت
857f557054
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/python/pygrass/messages/__init__.py

+ 2 - 2
lib/python/pygrass/messages/__init__.py

@@ -318,11 +318,11 @@ class Messenger(object):
 
 
 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()