diff options
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-20 22:39:24 +0000 |
---|---|---|
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-20 22:39:24 +0000 |
commit | f85f052035d92fe2d33d4cf5e4a6111c33c23189 (patch) | |
tree | 0c1d87adbc3ad9ccf2a83066864877cf4075909b | |
parent | fab8ab80674375b945e93792701c672af98da067 (diff) | |
download | cpython-git-f85f052035d92fe2d33d4cf5e4a6111c33c23189.tar.gz |
Very very small comment change.
-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 d7b1b886e1..71e77290c0 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 |