diff options
author | Edward Loper <edloper@gradient.cis.upenn.edu> | 2004-09-28 03:08:57 +0000 |
---|---|---|
committer | Edward Loper <edloper@gradient.cis.upenn.edu> | 2004-09-28 03:08:57 +0000 |
commit | dcdb4b4d78fec78ad713ebb403f6f04b3c50eb2a (patch) | |
tree | ef59b78e4a7a0adab7fd2b01cf03292e8a58dfc8 | |
parent | 78a5271d3e79e4ee074b832629bfff9ca1c255ef (diff) | |
download | cpython-git-dcdb4b4d78fec78ad713ebb403f6f04b3c50eb2a.tar.gz |
Fixed minor typo in interactive example (extra blank line)
-rw-r--r-- | Doc/lib/libdecimal.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index e98282635c..d4126ac676 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -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) |