Skip to content

Commit 3d74f0e

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

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
@@ -6,7 +6,7 @@
66
# Example from the book Fluent Python by Luciano Ramalho inspired by
77
# Michele Simionato's multiprocessing example in the python-list:
88
# https://mail.python.org/pipermail/python-list/2009-February/538048.html
9-
# using David Beazley's `curio` library:
9+
# ported to use David Beazley's `curio` library:
1010
# https://github.com/dabeaz/curio
1111

1212
import curio

0 commit comments

Comments
 (0)