Whitespace normalization.

This commit is contained in:
Tim Peters 2002-11-09 05:26:15 +00:00
parent e7130315a5
commit 3de75266aa
7 changed files with 265 additions and 265 deletions

View file

@ -109,7 +109,7 @@ except IOError:
TESTFN = TMP_TESTFN
del TMP_TESTFN
except IOError:
print ('WARNING: tests will fail, unable to write to: %s or %s' %
print ('WARNING: tests will fail, unable to write to: %s or %s' %
(TESTFN, TMP_TESTFN))
if fp is not None:
fp.close()