mailr14359 - /branches/gui_testing/gui/misc.py


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

Header


Content

Posted by edward on August 11, 2011 - 16:12:
Author: bugman
Date: Thu Aug 11 16:12:40 2011
New Revision: 14359

URL: http://svn.gna.org/viewcvs/relax?rev=14359&view=rev
Log:
Epydoc docstring fix for the bool_to_gui() function.


Modified:
    branches/gui_testing/gui/misc.py

Modified: branches/gui_testing/gui/misc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/misc.py?rev=14359&r1=14358&r2=14359&view=diff
==============================================================================
--- branches/gui_testing/gui/misc.py (original)
+++ branches/gui_testing/gui/misc.py Thu Aug 11 16:12:40 2011
@@ -118,8 +118,8 @@
 def bool_to_gui(bool):
     """Convert the bool into the GUI string.
 
-    @param num:     The boolean value of True or False.
-    @type num:      bool
+    @param bool:    The boolean value of True or False.
+    @type bool:     bool
     @return:        The GUI string.
     @rtype:         unicode
     """




Related Messages


Powered by MHonArc, Updated Thu Aug 11 16:20:02 2011