mailr27546 - /trunk/user_functions/structure.py


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

Header


Content

Posted by edward on February 05, 2015 - 15:19:
Author: bugman
Date: Thu Feb  5 15:19:57 2015
New Revision: 27546

URL: http://svn.gna.org/viewcvs/relax?rev=27546&view=rev
Log:
Small fix for the structure.add_model user function description.


Modified:
    trunk/user_functions/structure.py

Modified: trunk/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=27546&r1=27545&r2=27546&view=diff
==============================================================================
--- trunk/user_functions/structure.py   (original)
+++ trunk/user_functions/structure.py   Thu Feb  5 15:19:57 2015
@@ -153,7 +153,7 @@
 )
 # Description.
 uf.desc.append(Desc_container())
-uf.desc[-1].add_paragraph("This allows new models to be added to the 
internal structural object.  Note that no structural information is allowed 
to be present")
+uf.desc[-1].add_paragraph("This allows new models to be added to the 
internal structural object.  Note that no structural information is allowed 
to be present.")
 uf.backend = pipe_control.structure.main.add_model
 uf.menu_text = "&add_model"
 uf.gui_icon = "oxygen.actions.list-add-relax-blue"




Related Messages


Powered by MHonArc, Updated Thu Feb 05 15:40:02 2015