diff options
Diffstat (limited to 'Lib/fpformat.py')
-rw-r--r-- | Lib/fpformat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/fpformat.py b/Lib/fpformat.py index 31debba..df2092f 100644 --- a/Lib/fpformat.py +++ b/Lib/fpformat.py @@ -138,4 +138,3 @@ def test(): print x, fix(x, digs), sci(x, digs) except (EOFError, KeyboardInterrupt): pass - |