commit | 8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Aug 15 23:51:38 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Aug 15 23:51:38 2004 +0000 |
tree | 75f74857225d1c3898e674d73adaa6513497b774 | |
parent | 2864b808c7e1fde231c8a307c8993d336930ec4d [diff] [blame] |
Fix punctuation typo.
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index c009f5b..be71b2f 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex
@@ -371,7 +371,7 @@ \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}