commit | 8856940cf2e82cb17db2b684cd5732fe658605ca | [log] [tgz] |
---|---|---|
author | UltimateCoder <jaysinhp@gmail.com> | Wed May 03 22:16:45 2017 +0530 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Wed May 03 09:46:45 2017 -0700 |
tree | b185e240823e78a7b5b3829185140b0f18da1509 | |
parent | a5c62a8e9f0de6c4133825a5710984a3cd5e102b [diff] [blame] |
bpo-28315: Improve code examples in docs (GH-1372) Replace File "<stdin>", line 1, in ? with File "<stdin>", line 1, in <module>
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 @@ >>> 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