mailr15923 - /branches/uf_redesign/user_functions/objects.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 03, 2012 - 21:37:
Author: bugman
Date: Thu May  3 21:37:35 2012
New Revision: 15923

URL: http://svn.gna.org/viewcvs/relax?rev=15923&view=rev
Log:
Removed a duplicate argument.


Modified:
    branches/uf_redesign/user_functions/objects.py

Modified: branches/uf_redesign/user_functions/objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/objects.py?rev=15923&r1=15922&r2=15923&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/objects.py (original)
+++ branches/uf_redesign/user_functions/objects.py Thu May  3 21:37:35 2012
@@ -93,7 +93,7 @@
         self.__dict__[name] = value
 
 
-    def add_keyarg(self, name=None, default=None, py_type=None, 
desc_short=None, desc=None, desc_short=None, can_be_none=False):
+    def add_keyarg(self, name=None, default=None, py_type=None, 
desc_short=None, desc=None, can_be_none=False):
         """Wrapper method for adding keyword argument information to the 
container.
 
         @keyword name:          The name of the argument.
@@ -106,8 +106,6 @@
         @type desc_short:       str
         @keyword desc:          The long human-readable description of the 
argument.
         @type desc:             str
-        @keyword desc_short:    The optional short human-readable 
description of the argument.
-        @type desc_short:       str or None
         @keyword can_be_none:   A flag which specifies if the argument is 
allowed to have the None value.
         @type can_be_none:      bool
         """




Related Messages


Powered by MHonArc, Updated Thu May 03 21:40:02 2012