aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cmath.py
diff options
context:
space:
mode:
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 d7b1b886e13..71e77290c0f 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