mailr19549 - /trunk/gui/wizards/peak_intensity.py


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

Header


Content

Posted by edward on April 21, 2013 - 18:20:
Author: bugman
Date: Sun Apr 21 18:20:36 2013
New Revision: 19549

URL: http://svn.gna.org/viewcvs/relax?rev=19549&view=rev
Log:
Small docstring fix.


Modified:
    trunk/gui/wizards/peak_intensity.py

Modified: trunk/gui/wizards/peak_intensity.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/wizards/peak_intensity.py?rev=19549&r1=19548&r2=19549&view=diff
==============================================================================
--- trunk/gui/wizards/peak_intensity.py (original)
+++ trunk/gui/wizards/peak_intensity.py Sun Apr 21 18:20:36 2013
@@ -50,14 +50,14 @@
     def __init__(self, parent=None, size_x=1000, size_y=750, title="Peak 
intensity loading wizard", noe=False, relax_fit=False):
         """Set up the peak intensity loading wizard.
 
-        @keyword parent:    The parent window.
-        @type parent:       wx.Window instance
-        @keyword size_x:    The width of the wizard.
-        @type size_x:       int
-        @keyword size_y:    The height of the wizard.
-        @type size_y:       int
-        @keyword title:     The title of the wizard dialog.
-        @type title:        str
+        @keyword parent:        The parent window.
+        @type parent:           wx.Window instance
+        @keyword size_x:        The width of the wizard.
+        @type size_x:           int
+        @keyword size_y:        The height of the wizard.
+        @type size_y:           int
+        @keyword title:         The title of the wizard dialog.
+        @type title:            str
         @keyword noe:           A flag which when True will enable the 
steady-state NOE portions of the wizard.
         @type noe:              bool
         @keyword relax_fit:     A flag which when True will enable the 
relaxation curve-fitting portions of the wizard.




Related Messages


Powered by MHonArc, Updated Sun Apr 21 18:40:02 2013