]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 3 Feb 2003 23:05:27 +0000 (23:05 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 3 Feb 2003 23:05:27 +0000 (23:05 +0000)
Lib/test/test_sys.py

index ae2f207cfa7245b52312b99aa62fda4bbe8bc294..f06e934d34071a6e086f73f085044f466e51a693 100644 (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):