]> granicus.if.org Git - python/commitdiff
Fix grammar and reflow
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 9 Jun 2006 05:54:18 +0000 (05:54 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 9 Jun 2006 05:54:18 +0000 (05:54 +0000)
Lib/test/test_file.py

index fe3bb922a986f0d425c1914a26926642ee5ad8ed..4698936827e720c8d9d19900d59f18a5ede9f937 100644 (file)
@@ -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: