[Python-checkins] python/dist/src/Doc/lib libdecimal.tex,1.20,1.21

facundobatista at users.sourceforge.net facundobatista at users.sourceforge.net
Sat Nov 20 01:33:54 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22542

Modified Files:
	libdecimal.tex 
Log Message:
Fixed quantize syntax.

Index: libdecimal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdecimal.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- libdecimal.tex	12 Nov 2004 02:03:36 -0000	1.20
+++ libdecimal.tex	20 Nov 2004 00:33:51 -0000	1.21
@@ -378,7 +378,7 @@
 \end{methoddesc}                                              
 
 \begin{methoddesc}{quantize}
-  {\optional{exp \optional{, rounding\optional{, context\optional{, watchexp}}}}}
+  {exp \optional{, rounding\optional{, context\optional{, watchexp}}}}
   Quantize makes the exponent the same as \var{exp}.  Searches for a
   rounding method in \var{rounding}, then in \var{context}, and then
   in the current context.



More information about the Python-checkins mailing list