From: Facundo Batista Date: Sat, 20 Nov 2004 00:33:51 +0000 (+0000) Subject: Fixed quantize syntax. X-Git-Tag: v2.4~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=139af0295cd11c68745ede9a5f1c512b50badbdd;p=thirdparty%2FPython%2Fcpython.git Fixed quantize syntax. --- diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index dfa212a8fd91..5131ef992187 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -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.