]> granicus.if.org Git - python/commitdiff
Remove an infelicitous space.
authorFred Drake <fdrake@acm.org>
Fri, 28 Sep 2001 20:16:30 +0000 (20:16 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 28 Sep 2001 20:16:30 +0000 (20:16 +0000)
Lib/test/regrtest.py

index 7b2985420d805e03502776456f4e4090af666417..6e5f91b7b582649426f1f91affd3a535086c6ba6 100755 (executable)
@@ -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: