[Python-checkins] r46767 - python/trunk/Lib/test/test_file.py

neal.norwitz python-checkins at python.org
Fri Jun 9 07:54:19 CEST 2006


Author: neal.norwitz
Date: Fri Jun  9 07:54:18 2006
New Revision: 46767

Modified:
   python/trunk/Lib/test/test_file.py
Log:
Fix grammar and reflow

Modified: python/trunk/Lib/test/test_file.py
==============================================================================
--- python/trunk/Lib/test/test_file.py	(original)
+++ python/trunk/Lib/test/test_file.py	Fri Jun  9 07:54:18 2006
@@ -314,8 +314,8 @@
 
 
 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:


More information about the Python-checkins mailing list