Fix punctuation typo.

This commit is contained in:
Raymond Hettinger 2004-08-15 23:51:38 +00:00
parent 2864b808c7
commit 8df4e6b020

View file

@ -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}