summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdecimal.tex
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2004-11-20 00:33:51 (GMT)
committerFacundo Batista <facundobatista@gmail.com>2004-11-20 00:33:51 (GMT)
commit139af0295cd11c68745ede9a5f1c512b50badbdd (patch)
tree77a2f453897413e8f2dff1219c78bef1bf57687e /Doc/lib/libdecimal.tex
parente953511858365619e953f12f88326272c20cd6f1 (diff)
downloadcpython-139af0295cd11c68745ede9a5f1c512b50badbdd.zip
cpython-139af0295cd11c68745ede9a5f1c512b50badbdd.tar.gz
cpython-139af0295cd11c68745ede9a5f1c512b50badbdd.tar.bz2
Fixed quantize syntax.
Diffstat (limited to 'Doc/lib/libdecimal.tex')
-rw-r--r--Doc/lib/libdecimal.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex
index dfa212a..5131ef9 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.