Skip to content

Commit

Permalink
spinner curio example in chapter 18b
Browse files Browse the repository at this point in the history
  • Loading branch information
ramalho committed Jul 6, 2017
1 parent c2347c5 commit 3d74f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 18b-async-await/spinner_curio.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Example from the book Fluent Python by Luciano Ramalho inspired by
# Michele Simionato's multiprocessing example in the python-list:
# https://mail.python.org/pipermail/python-list/2009-February/538048.html
# using David Beazley's `curio` library:
# ported to use David Beazley's `curio` library:
# https://github.com/dabeaz/curio

import curio
Expand Down

0 comments on commit 3d74f0e

Please sign in to comment.