From c9778a8951110e9781f51a10882397b1647a609e Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 9 Jun 2006 05:54:18 +0000 Subject: [PATCH] Fix grammar and reflow --- Lib/test/test_file.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index fe3bb922a98..4698936827e 100644 --- a/Lib/test/test_file.py +++ b/Lib/test/test_file.py @@ -314,8 +314,8 @@ class OtherFileTests(unittest.TestCase): def test_main(): - # Historically, these tests have sloppy about removing TESTFN. So get - # rid of it no matter what. + # Historically, these tests have been sloppy about removing TESTFN. + # So get rid of it no matter what. try: run_unittest(AutoFileTests, OtherFileTests) finally: