Fix typo.

This commit is contained in:
Walter Dörwald 2003-02-03 23:05:27 +00:00
parent c3502467d4
commit e7028ac56c
1 changed files with 1 additions and 1 deletions

View File

@ -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):