]> granicus.if.org Git - python/commitdiff
Fix punctuation typo.
authorRaymond Hettinger <python@rcn.com>
Sun, 15 Aug 2004 23:51:38 +0000 (23:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 15 Aug 2004 23:51:38 +0000 (23:51 +0000)
Doc/lib/libdecimal.tex

index c009f5bacec709c4500e823f55abd1c7372b94cc..be71b2f2f5258a88b18ab48a4d78837700a5d02e 100644 (file)
@@ -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}