From db390c1ad8e2c8049e1d0d3828a979c75d1621b9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 28 Oct 2005 14:39:47 +0000 Subject: fix typos, mostly in comments --- Lib/test/test_threadsignals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_threadsignals.py') diff --git a/Lib/test/test_threadsignals.py b/Lib/test/test_threadsignals.py index fcae312480c..51e3d97f495 100644 --- a/Lib/test/test_threadsignals.py +++ b/Lib/test/test_threadsignals.py @@ -21,7 +21,7 @@ def registerSignals((for_usr1, for_usr2, for_alrm)): return usr1, usr2, alrm -# The signal handler. Just note that the signal occured and +# The signal handler. Just note that the signal occurred and # from who. def handle_signals(sig,frame): signal_blackboard[sig]['tripped'] += 1 -- cgit v1.2.3