Skip to content

Commit 0add1b6

Browse files
[3.13] Fix typo in asyncio documentation (GH-148747) (#156494)
Co-authored-by: ByteFlow <fakeshadow1337@gmail.com>
1 parent 6e72228 commit 0add1b6

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)