Fixed minor typo in interactive example (extra blank line)

This commit is contained in:
Edward Loper 2004-09-28 03:08:57 +00:00
parent 78a5271d3e
commit dcdb4b4d78
1 changed files with 0 additions and 1 deletions

View 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)