diff options
author | Raymond Hettinger <python@rcn.com> | 2004-08-15 23:51:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-08-15 23:51:38 (GMT) |
commit | 8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75 (patch) | |
tree | 75f74857225d1c3898e674d73adaa6513497b774 | |
parent | 2864b808c7e1fde231c8a307c8993d336930ec4d (diff) | |
download | cpython-8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75.zip cpython-8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75.tar.gz cpython-8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75.tar.bz2 |
Fix punctuation typo.
-rw-r--r-- | Doc/lib/libdecimal.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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} |