Fix grammar and reflow

This commit is contained in:
Neal Norwitz 2006-06-09 05:54:18 +00:00
parent 71dc0a043b
commit c9778a8951
1 changed files with 2 additions and 2 deletions

View File

@ -314,8 +314,8 @@ class OtherFileTests(unittest.TestCase):
def test_main(): def test_main():
# Historically, these tests have sloppy about removing TESTFN. So get # Historically, these tests have been sloppy about removing TESTFN.
# rid of it no matter what. # So get rid of it no matter what.
try: try:
run_unittest(AutoFileTests, OtherFileTests) run_unittest(AutoFileTests, OtherFileTests)
finally: finally: