From: Fred Drake Date: Fri, 28 Sep 2001 20:16:30 +0000 (+0000) Subject: Remove an infelicitous space. X-Git-Tag: v2.2.1c1~1555 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88a56857f65d98e9d2b670eab6e048bda519340a;p=thirdparty%2FPython%2Fcpython.git Remove an infelicitous space. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 7b2985420d80..6e5f91b7b582 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: