mailr13761 - in /branches/gui_testing/gui/analyses: auto_rx_base.py execute.py


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

Header


Content

Posted by edward on July 20, 2011 - 10:11:
Author: bugman
Date: Wed Jul 20 10:11:37 2011
New Revision: 13761

URL: http://svn.gna.org/viewcvs/relax?rev=13761&view=rev
Log:
Docstring and comment improvements.


Modified:
    branches/gui_testing/gui/analyses/auto_rx_base.py
    branches/gui_testing/gui/analyses/execute.py

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13761&r1=13760&r2=13761&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Wed Jul 20 10:11:37 2011
@@ -36,7 +36,7 @@
 from generic_fns.mol_res_spin import are_spins_named
 from status import Status; status = Status()
 
-# relaxGUI module imports.
+# relax GUI module imports.
 from gui.analyses.base import Base_frame, Spectral_error_type_page
 from gui.analyses.execute import Execute
 from gui.base_classes import Container
@@ -333,7 +333,7 @@
 
 
     def sync_ds(self, upload=False):
-        """Synchronise the rx analysis frame and the relax data store, both 
ways.
+        """Synchronise the analysis frame and the relax data store, both 
ways.
 
         This method allows the frame information to be uploaded into the 
relax data store, or for the information in the relax data store to be 
downloaded by the frame.
 

Modified: branches/gui_testing/gui/analyses/execute.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/execute.py?rev=13761&r1=13760&r2=13761&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/execute.py (original)
+++ branches/gui_testing/gui/analyses/execute.py Wed Jul 20 10:11:37 2011
@@ -37,7 +37,7 @@
     """The analysis execution object."""
 
     def __init__(self, gui, data, data_index, thread=True):
-        """Set up the NOE analysis execution object.
+        """Set up the analysis execution object.
 
         @param gui:         The GUI object.
         @type gui:          wx object




Related Messages


Powered by MHonArc, Updated Wed Jul 20 11:00:03 2011