mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fixed quantize syntax.
This commit is contained in:
parent
e953511858
commit
139af0295c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue