mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixed minor typo in interactive example (extra blank line)
This commit is contained in:
parent
78a5271d3e
commit
dcdb4b4d78
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue