Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88a5685

Browse files
committed
Remove an infelicitous space.
1 parent 9390cc1 commit 88a5685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/regrtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def runtest(test, generate, verbose, quiet, testdir = None):
286286
if verbose:
287287
cfp = None
288288
else:
289-
cfp = StringIO.StringIO()
289+
cfp = StringIO.StringIO()
290290
try:
291291
save_stdout = sys.stdout
292292
try:

0 commit comments

Comments
 (0)