mailr9642 - /1.3/docs/latex/fetch_docstrings.py


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

Header


Content

Posted by edward on October 07, 2009 - 18:24:
Author: bugman
Date: Wed Oct  7 18:24:40 2009
New Revision: 9642

URL: http://svn.gna.org/viewcvs/relax?rev=9642&view=rev
Log:
Modified the output of the user function docstring parsing.


Modified:
    1.3/docs/latex/fetch_docstrings.py

Modified: 1.3/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/fetch_docstrings.py?rev=9642&r1=9641&r2=9642&view=diff
==============================================================================
--- 1.3/docs/latex/fetch_docstrings.py (original)
+++ 1.3/docs/latex/fetch_docstrings.py Wed Oct  7 18:24:40 2009
@@ -635,7 +635,7 @@
         #############
 
         # Print the function name to sys.stdout
-        sys.stdout.write("Function: " + repr(function) + "\n")
+        sys.stdout.write("User function: %s().\n" % function)
 
         # Get the docstring.
         docstring = getdoc(object)




Related Messages


Powered by MHonArc, Updated Wed Oct 07 19:00:02 2009