diff options
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-20 22:39:24 (GMT) |
---|---|---|
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-20 22:39:24 (GMT) |
commit | f85f052035d92fe2d33d4cf5e4a6111c33c23189 (patch) | |
tree | 0c1d87adbc3ad9ccf2a83066864877cf4075909b /Lib/test/test_cmath.py | |
parent | fab8ab80674375b945e93792701c672af98da067 (diff) | |
download | cpython-f85f052035d92fe2d33d4cf5e4a6111c33c23189.zip cpython-f85f052035d92fe2d33d4cf5e4a6111c33c23189.tar.gz cpython-f85f052035d92fe2d33d4cf5e4a6111c33c23189.tar.bz2 |
Very very small comment change.
Diffstat (limited to 'Lib/test/test_cmath.py')
-rwxr-xr-x | Lib/test/test_cmath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cmath.py b/Lib/test/test_cmath.py index d7b1b88..71e7729 100755 --- a/Lib/test/test_cmath.py +++ b/Lib/test/test_cmath.py @@ -1,6 +1,6 @@ #! /usr/bin/env python """ Simple test script for cmathmodule.c -Roger E. Masse + Roger E. Masse """ import cmath from test_support import verbose |