mailr8436 - /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 sebastien . morin . 1 on January 13, 2009 - 20:23:
Author: semor
Date: Tue Jan 13 20:23:13 2009
New Revision: 8436

URL: http://svn.gna.org/viewcvs/relax?rev=8436&view=rev
Log:
Corrected a typo.

This was discussed in a thread starting at:
https://mail.gna.org/public/relax-devel/2009-01/msg00087.html
(Message-id: <496CD419.9020908@xxxxxxxxx>)


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=8436&r1=8435&r2=8436&view=diff
==============================================================================
--- 1.3/docs/latex/fetch_docstrings.py (original)
+++ 1.3/docs/latex/fetch_docstrings.py Tue Jan 13 20:23:13 2009
@@ -367,7 +367,7 @@
 
         # R1 and R2.
         string = self.safe_replacement(string, 'R1', 'R$_1$')
-        string = self.safe_replacement(string, 'R2', 'R$_1$')
+        string = self.safe_replacement(string, 'R2', 'R$_2$')
 
 
         # Model-free parameters.




Related Messages


Powered by MHonArc, Updated Tue Jan 13 20:40:03 2009