summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_signal.py
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-14 01:53:26 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-14 01:53:26 (GMT)
commit3c2a178af2b4908fbf0a59582e52fe40798eb7ea (patch)
tree640717753279b86036a8a89112b36568bead4c5c /Lib/test/test_signal.py
parentb05d69808e79f95de85df8ea9683af2e97813655 (diff)
parentfc06999e0b7cd7460565f475e568a86915ec8672 (diff)
downloadcpython-3c2a178af2b4908fbf0a59582e52fe40798eb7ea.zip
cpython-3c2a178af2b4908fbf0a59582e52fe40798eb7ea.tar.gz
cpython-3c2a178af2b4908fbf0a59582e52fe40798eb7ea.tar.bz2
Merge: #19970: Fix some comment typos.
Diffstat (limited to 'Lib/test/test_signal.py')
-rw-r--r--Lib/test/test_signal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_signal.py b/Lib/test/test_signal.py
index 3530d8a..a6f2c64 100644
--- a/Lib/test/test_signal.py
+++ b/Lib/test/test_signal.py
@@ -873,7 +873,7 @@ class PendingSignalsTests(unittest.TestCase):
# Unblock SIGUSR1
try:
- # unblock the pending signal calls immediatly the signal handler
+ # unblock the pending signal calls immediately the signal handler
signal.pthread_sigmask(signal.SIG_UNBLOCK, [signum])
except ZeroDivisionError:
pass