Skip to content

Commit 40409c9

Browse files
ByteFlowing1337willy-b
authored andcommitted
[3.14] Fix typos in asyncio, ctypes, and importlib documentation (GH-148747)
(cherry picked from commit 9a1c70c) Co-authored-by: ByteFlow <fakeshadow1337@gmail.com>
1 parent f9fdb30 commit 40409c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ generator can occur in an unexpected order::
304304
try:
305305
yield 2
306306
finally:
307-
await asyncio.sleep(0.1) # immitate some async work
307+
await asyncio.sleep(0.1) # imitate some async work
308308
work_done = True
309309

310310

0 commit comments

Comments
 (0)