mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Fix typos in comments and test code (#122846)
This commit is contained in:
parent
9375b9ca3a
commit
253c6a0b2f
18 changed files with 28 additions and 28 deletions
|
@ -783,7 +783,7 @@ class SubprocessMixin:
|
|||
|
||||
def test_subprocess_protocol_events(self):
|
||||
# gh-108973: Test that all subprocess protocol methods are called.
|
||||
# The protocol methods are not called in a determistic order.
|
||||
# The protocol methods are not called in a deterministic order.
|
||||
# The order depends on the event loop and the operating system.
|
||||
events = []
|
||||
fds = [1, 2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue