summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_subprocess.py
diff options
context:
space:
mode:
authorXie Yanbo <xieyanbo@gmail.com>2024-08-12 04:16:41 (GMT)
committerGitHub <noreply@github.com>2024-08-12 04:16:41 (GMT)
commit253c6a0b2f88b3327b7113860b99d665346fe43c (patch)
treeb7607792341c71e620151c1c9e4ad8ec6a7dbda5 /Lib/test/test_asyncio/test_subprocess.py
parent9375b9ca3a4998678ba74ff5c77ed540a4dcf887 (diff)
downloadcpython-253c6a0b2f88b3327b7113860b99d665346fe43c.zip
cpython-253c6a0b2f88b3327b7113860b99d665346fe43c.tar.gz
cpython-253c6a0b2f88b3327b7113860b99d665346fe43c.tar.bz2
Fix typos in comments and test code (#122846)
Diffstat (limited to 'Lib/test/test_asyncio/test_subprocess.py')
-rw-r--r--Lib/test/test_asyncio/test_subprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_subprocess.py b/Lib/test/test_asyncio/test_subprocess.py
index 5450130..ec748b9 100644
--- a/Lib/test/test_asyncio/test_subprocess.py
+++ b/Lib/test/test_asyncio/test_subprocess.py
@@ -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]