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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88a56857f65d98e9d2b670eab6e048bda519340a;p=python Remove an infelicitous space. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 7b2985420d..6e5f91b7b5 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: