]> granicus.if.org Git - python/commitdiff
Fixed minor typo in interactive example (extra blank line)
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 03:08:57 +0000 (03:08 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 03:08:57 +0000 (03:08 +0000)
Doc/lib/libdecimal.tex

index e98282635c3ccd414c9f27be3c01ca91bf8c8676..d4126ac676ffaa155f3ea17778c259829e895799 100644 (file)
@@ -266,7 +266,6 @@ field of a context:
 Decimal("Infinity")
 >>> getcontext().traps[DivisionByZero] = 1
 >>> Decimal(1) / Decimal(0)
-
 Traceback (most recent call last):
   File "<pyshell#112>", line 1, in -toplevel-
     Decimal(1) / Decimal(0)