diff options
| author | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:36:06 +0000 | 
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:36:06 +0000 | 
| commit | 88869f9787cd4ceb2298e4b13980beb057687824 (patch) | |
| tree | 653976731f926b5e098bf57b4858a9516af220b5 /Lib/fpformat.py | |
| parent | 752d3f557e95cda98a8b50808cfe2f2d0b8767eb (diff) | |
| download | cpython-git-88869f9787cd4ceb2298e4b13980beb057687824.tar.gz | |
Whitespace normalization.
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 31debba751..df2092f91c 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 -  | 
