diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-09 05:54:18 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-09 05:54:18 +0000 |
commit | c9778a8951110e9781f51a10882397b1647a609e (patch) | |
tree | ec301abb51d745963c0ff97fd179b480daf7206a /Lib/test/test_file.py | |
parent | 71dc0a043b288fe70d85addbef0dc361246d8d1c (diff) | |
download | cpython-git-c9778a8951110e9781f51a10882397b1647a609e.tar.gz |
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 fe3bb922a9..4698936827 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: |