mailr16585 - /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 June 01, 2012 - 13:55:
Author: bugman
Date: Fri Jun  1 13:55:03 2012
New Revision: 16585

URL: http://svn.gna.org/viewcvs/relax?rev=16585&view=rev
Log:
Prompt examples are now followed by 2 newlines in the prompt help strings.

This restores much of the original formatting for these examples.


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=16585&r1=16584&r2=16585&view=diff
==============================================================================
--- branches/uf_redesign/prompt/uf_objects.py (original)
+++ branches/uf_redesign/prompt/uf_objects.py Fri Jun  1 13:55:03 2012
@@ -363,8 +363,8 @@
                         for j in range(len(element)):
                             doc += format_text(element[j])
 
-                        # Final newline.
-                        doc += '\n'
+                        # Final double newline.
+                        doc += '\n\n'
 
         # Return the documentation.
         return doc




Related Messages


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