Skip to content

Commit c2347c5

Browse files
committed
spinner curio example in chapter 18b
1 parent de8ae1f commit c2347c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

18b-async-await/spinner_curio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async def supervisor(): # <6>
4343

4444

4545
def main():
46-
result = curio.run(supervisor) # <12>
46+
result = curio.run(supervisor) # <11>
4747
print('Answer:', result)
4848

4949

0 commit comments

Comments
 (0)