summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_queue.py')
-rw-r--r--Lib/test/test_queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_queue.py b/Lib/test/test_queue.py
index 6dced7d..7f4fe35 100644
--- a/Lib/test/test_queue.py
+++ b/Lib/test/test_queue.py
@@ -485,7 +485,7 @@ class BaseQueueTestMixin(BlockingTestMixin):
else:
thrds = (
# on shutdown(immediate=False)
- # one of these threads shoud raise Shutdown
+ # one of these threads should raise Shutdown
(self._get, (q, go, results)),
(self._get, (q, go, results)),
(self._get, (q, go, results)),