summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_file.py4
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: