mailr22447 - /trunk/gui/input_elements/file.py


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

Header


Content

Posted by edward on March 08, 2014 - 16:00:
Author: bugman
Date: Sat Mar  8 16:00:00 2014
New Revision: 22447

URL: http://svn.gna.org/viewcvs/relax?rev=22447&view=rev
Log:
Epydoc docstring fix for the SetValue() method of the File input GUI element.

This is for the API documentation at 
http://www.nmr-relax.com/api/3.1/index.html.

Modified:
    trunk/gui/input_elements/file.py

Modified: trunk/gui/input_elements/file.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/input_elements/file.py?rev=22447&r1=22446&r2=22447&view=diff
==============================================================================
--- trunk/gui/input_elements/file.py    (original)
+++ trunk/gui/input_elements/file.py    Sat Mar  8 16:00:00 2014
@@ -142,8 +142,8 @@
     def SetValue(self, value):
         """Set up the list of file.
 
-        @param values:  The list of values to add to the list.
-        @type values:   list of str or None
+        @param value:   The list of values to add to the list.
+        @type value:    list of str or None
         """
 
         # Set the value.




Related Messages


Powered by MHonArc, Updated Sat Mar 08 16:20:02 2014