mailr13521 - /branches/gui_testing/prompt/spin.py


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

Header


Content

Posted by edward on July 08, 2011 - 10:48:
Author: bugman
Date: Fri Jul  8 10:48:17 2011
New Revision: 13521

URL: http://svn.gna.org/viewcvs/relax?rev=13521&view=rev
Log:
White space fixes for some comments.


Modified:
    branches/gui_testing/prompt/spin.py

Modified: branches/gui_testing/prompt/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/spin.py?rev=13521&r1=13520&r2=13521&view=diff
==============================================================================
--- branches/gui_testing/prompt/spin.py (original)
+++ branches/gui_testing/prompt/spin.py Fri Jul  8 10:48:17 2011
@@ -183,7 +183,7 @@
         # Execute the functional code.
         delete_spin(spin_id=spin_id)
 
-     # The function doc info.
+    # The function doc info.
     delete._doc_title = "Delete spins."
     delete._doc_title_short = "Spin deletion."
     delete._doc_args = [
@@ -234,7 +234,7 @@
         # Execute the functional code.
         set_spin_element(spin_id=spin_id, element=element, force=force)
 
-     # The function doc info.
+    # The function doc info.
     element._doc_title = "Set the element type of the spin."
     element._doc_title_short = "Spin element type setting."
     element._doc_args = [
@@ -271,7 +271,7 @@
         # Execute the functional code.
         name_spin(spin_id=spin_id, name=name, force=force)
 
-     # The function doc info.
+    # The function doc info.
     name._doc_title = "Name the spins."
     name._doc_title_short = "Spin naming."
     name._doc_args = [




Related Messages


Powered by MHonArc, Updated Fri Jul 08 11:00:02 2011