Skip to content

Commit b3921ee

Browse files
[3.14] Fix typo in asyncio documentation (GH-148747) (#156493)
Co-authored-by: ByteFlow <fakeshadow1337@gmail.com>
1 parent f9fdb30 commit b3921ee

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)