]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed quantize syntax.
authorFacundo Batista <facundobatista@gmail.com>
Sat, 20 Nov 2004 00:33:51 +0000 (00:33 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 20 Nov 2004 00:33:51 +0000 (00:33 +0000)
Doc/lib/libdecimal.tex

index dfa212a8fd91ad221cf9043a30117b06f8c3be91..5131ef9921879ceef8618768788cef77e717a1d9 100644 (file)
@@ -378,7 +378,7 @@ also have a number of specialized methods:
 \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.