mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix typo.
This commit is contained in:
parent
c3502467d4
commit
e7028ac56c
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue