mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Spelling fixes to docs, docstrings, and comments (GH-6374)
(cherry picked from commit 61f82e0e33
)
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
parent
b221107d32
commit
32955299b4
15 changed files with 16 additions and 16 deletions
|
@ -1104,7 +1104,7 @@ class _TestQueue(BaseTestCase):
|
|||
q = SafeQueue(ctx=multiprocessing.get_context())
|
||||
q.put(not_serializable_obj)
|
||||
|
||||
# Verify that q is still functionning correctly
|
||||
# Verify that q is still functioning correctly
|
||||
q.put(True)
|
||||
self.assertTrue(q.get(timeout=1.0))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue