Skip to content

Commit 1f51aa4

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

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
@@ -302,7 +302,7 @@ generator can occur in an unexpected order::
302302
try:
303303
yield 2
304304
finally:
305-
await asyncio.sleep(0.1) # immitate some async work
305+
await asyncio.sleep(0.1) # imitate some async work
306306
work_done = True
307307

308308

0 commit comments

Comments
 (0)