mailr17861 - /trunk/docs/latex/intro.tex


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

Header


Content

Posted by edward on October 16, 2012 - 14:55:
Author: bugman
Date: Tue Oct 16 14:55:24 2012
New Revision: 17861

URL: http://svn.gna.org/viewcvs/relax?rev=17861&view=rev
Log:
The python print statements in the user manual are now function calls to be 
Python 3 compatible.


Modified:
    trunk/docs/latex/intro.tex

Modified: trunk/docs/latex/intro.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/intro.tex?rev=17861&r1=17860&r2=17861&view=diff
==============================================================================
--- trunk/docs/latex/intro.tex (original)
+++ trunk/docs/latex/intro.tex Tue Oct 16 14:55:24 2012
@@ -155,12 +155,12 @@
 
 This is the Python prompt which has been tailored specifically for relax.  
You will hence have full access, if desired, to the power of the 
Python\index{Python} programing language to manipulate your data.  You can 
for instance type
 
-\example{relax> print "Hello World"}
+\example{relax> print("Hello World")}
 
 the result being
 
 \begin{exampleenv}
-relax> print "Hello World" \\
+relax> print("Hello World") \\
 Hello World \\
 relax>
 \end{exampleenv}




Related Messages


Powered by MHonArc, Updated Tue Oct 16 15:00:02 2012