mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix punctuation typo.
This commit is contained in:
parent
2864b808c7
commit
8df4e6b020
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ also have a number of specialized methods:
|
|||
\constant{Decimal("0e0")}. Used for producing canonical values for members
|
||||
of an equivalence class. For example, \code{Decimal("32.100")} and
|
||||
\code{Decimal("0.321000e+2")} both normalize to the equivalent value
|
||||
\code{Decimal("32.1")},
|
||||
\code{Decimal("32.1")}.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{quantize}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue