summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmath.py
diff options
context:
space:
mode:
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-20 22:39:24 (GMT)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-20 22:39:24 (GMT)
commitf85f052035d92fe2d33d4cf5e4a6111c33c23189 (patch)
tree0c1d87adbc3ad9ccf2a83066864877cf4075909b /Lib/test/test_cmath.py
parentfab8ab80674375b945e93792701c672af98da067 (diff)
downloadcpython-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-xLib/test/test_cmath.py2
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