diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-28 20:16:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-28 20:16:30 (GMT) |
commit | 88a56857f65d98e9d2b670eab6e048bda519340a (patch) | |
tree | babb68b7a239fb22de12ae3b2f94e1848e4dede0 | |
parent | 9390cc15da5cd6920bd41bb4cd146d5d0601345f (diff) | |
download | cpython-88a56857f65d98e9d2b670eab6e048bda519340a.zip cpython-88a56857f65d98e9d2b670eab6e048bda519340a.tar.gz cpython-88a56857f65d98e9d2b670eab6e048bda519340a.tar.bz2 |
Remove an infelicitous space.
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 7b29854..6e5f91b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -286,7 +286,7 @@ def runtest(test, generate, verbose, quiet, testdir = None): if verbose: cfp = None else: - cfp = StringIO.StringIO() + cfp = StringIO.StringIO() try: save_stdout = sys.stdout try: |