From e7028ac56cb34b6ec4757308afdd588611a82db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 3 Feb 2003 23:05:27 +0000 Subject: [PATCH] Fix typo. --- Lib/test/test_sys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index ae2f207cfa7..f06e934d340 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -60,7 +60,7 @@ class SysModuleTest(unittest.TestCase): sys.stderr = savestderr self.assert_(err.getvalue().endswith("ValueError: 42\n")) - # FIXME: testing the code for a lost or replace excepthook in + # FIXME: testing the code for a lost or replaced excepthook in # Python/pythonrun.c::PyErr_PrintEx() is tricky. def test_exit(self):