mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typos (#123775)
This commit is contained in:
parent
df4f0cbfad
commit
9017b95ff2
43 changed files with 59 additions and 59 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue