summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-08-15 23:51:38 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-08-15 23:51:38 (GMT)
commit8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75 (patch)
tree75f74857225d1c3898e674d73adaa6513497b774 /Doc/lib
parent2864b808c7e1fde231c8a307c8993d336930ec4d (diff)
downloadcpython-8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75.zip
cpython-8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75.tar.gz
cpython-8df4e6b0207e7a09d30e9216f9a0f0a8e7c7dd75.tar.bz2
Fix punctuation typo.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libdecimal.tex2
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}