diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-09 05:54:18 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-09 05:54:18 (GMT) |
commit | c9778a8951110e9781f51a10882397b1647a609e (patch) | |
tree | ec301abb51d745963c0ff97fd179b480daf7206a /Lib/test/test_file.py | |
parent | 71dc0a043b288fe70d85addbef0dc361246d8d1c (diff) | |
download | cpython-c9778a8951110e9781f51a10882397b1647a609e.zip cpython-c9778a8951110e9781f51a10882397b1647a609e.tar.gz cpython-c9778a8951110e9781f51a10882397b1647a609e.tar.bz2 |
Fix grammar and reflow
Diffstat (limited to 'Lib/test/test_file.py')
-rw-r--r-- | Lib/test/test_file.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index fe3bb92..4698936 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: |