summaryrefslogtreecommitdiff
path: root/Lib/test/test_threadsignals.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-10-28 14:39:47 +0000
committerFred Drake <fdrake@acm.org>2005-10-28 14:39:47 +0000
commitdb390c1ad8e2c8049e1d0d3828a979c75d1621b9 (patch)
tree110d3485f390abc738015ff6eb071a310febe856 /Lib/test/test_threadsignals.py
parentf3396542806e9c6d1dfafda5d1e53296d3d1af09 (diff)
downloadcpython-git-db390c1ad8e2c8049e1d0d3828a979c75d1621b9.tar.gz
fix typos, mostly in comments
Diffstat (limited to 'Lib/test/test_threadsignals.py')
-rw-r--r--Lib/test/test_threadsignals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_threadsignals.py b/Lib/test/test_threadsignals.py
index fcae312480..51e3d97f49 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