From: Neal Norwitz Date: Fri, 9 Jun 2006 05:54:18 +0000 (+0000) Subject: Fix grammar and reflow X-Git-Tag: v2.5b1~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9778a8951110e9781f51a10882397b1647a609e;p=thirdparty%2FPython%2Fcpython.git Fix grammar and reflow --- diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index fe3bb922a986..4698936827e7 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: