summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-02-03 23:05:27 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-02-03 23:05:27 (GMT)
commite7028ac56cb34b6ec4757308afdd588611a82db6 (patch)
tree7b734ddffc0391331c70dcff0c18e4b2a00283f2 /Lib/test/test_sys.py
parentc3502467d476a07b5a522660d3b35664ca90b345 (diff)
downloadcpython-e7028ac56cb34b6ec4757308afdd588611a82db6.zip
cpython-e7028ac56cb34b6ec4757308afdd588611a82db6.tar.gz
cpython-e7028ac56cb34b6ec4757308afdd588611a82db6.tar.bz2
Fix typo.
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r--Lib/test/test_sys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index ae2f207..f06e934 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):