From: Raymond Hettinger Date: Sun, 15 Aug 2004 23:51:38 +0000 (+0000) Subject: Fix punctuation typo. X-Git-Tag: v2.4a3~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75;p=python Fix punctuation typo. --- diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index c009f5bace..be71b2f2f5 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -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}