]> granicus.if.org Git - python/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Mon, 5 Jul 2004 18:56:03 +0000 (18:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 5 Jul 2004 18:56:03 +0000 (18:56 +0000)
Doc/lib/libdecimal.tex

index c4095c9750bbe99459d195f0fec5baed6cec6bdd..c0a2cc701f9f0b06f43d6e17db0de74b2c36a222 100644 (file)
@@ -938,7 +938,7 @@ def pi():
         d, da = d+da, da+32
         t = (t * n) / d
         c += t
-    getcontext().prec -= 10
+    getcontext().prec -= 9
     return c
 
 def exp(x):