diff options
Diffstat (limited to 'Doc/library/fpectl.rst')
-rw-r--r-- | Doc/library/fpectl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/fpectl.rst b/Doc/library/fpectl.rst index e4b528c..9660716 100644 --- a/Doc/library/fpectl.rst +++ b/Doc/library/fpectl.rst @@ -89,7 +89,7 @@ The following example demonstrates how to start up and test operation of the >>> import math >>> math.exp(1000) Traceback (most recent call last): - File "<stdin>", line 1, in ? + File "<stdin>", line 1, in <module> FloatingPointError: in math_1 |