mailr16576 - /branches/uf_redesign/prompt/uf_objects.py


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

Header


Content

Posted by edward on May 31, 2012 - 18:30:
Author: bugman
Date: Thu May 31 18:30:30 2012
New Revision: 16576

URL: http://svn.gna.org/viewcvs/relax?rev=16576&view=rev
Log:
Renamed a section in the user function class prompt help string.


Modified:
    branches/uf_redesign/prompt/uf_objects.py

Modified: branches/uf_redesign/prompt/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/prompt/uf_objects.py?rev=16576&r1=16575&r2=16576&view=diff
==============================================================================
--- branches/uf_redesign/prompt/uf_objects.py (original)
+++ branches/uf_redesign/prompt/uf_objects.py Thu May 31 18:30:30 2012
@@ -86,7 +86,7 @@
             doc += "\n\n%s\n" % strip_lead(self.__description__)
 
         # The member user functions.
-        doc += build_subtitle("User functions")
+        doc += build_subtitle("Contents")
         doc += "This class contains the following user functions:\n\n"
         for uf_name, uf in uf_info.uf_loop(self._name):
             # The unformatted text.




Related Messages


Powered by MHonArc, Updated Fri Jun 01 00:00:02 2012