Commit 8df4e6b0 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix punctuation typo.

parent 2864b808
...@@ -371,7 +371,7 @@ also have a number of specialized methods: ...@@ -371,7 +371,7 @@ also have a number of specialized methods:
\constant{Decimal("0e0")}. Used for producing canonical values for members \constant{Decimal("0e0")}. Used for producing canonical values for members
of an equivalence class. For example, \code{Decimal("32.100")} and of an equivalence class. For example, \code{Decimal("32.100")} and
\code{Decimal("0.321000e+2")} both normalize to the equivalent value \code{Decimal("0.321000e+2")} both normalize to the equivalent value
\code{Decimal("32.1")}, \code{Decimal("32.1")}.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{quantize} \begin{methoddesc}{quantize}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment