From 3d74f0e18344c2d257e00b689f4c7fe25b974952 Mon Sep 17 00:00:00 2001 From: Luciano Ramalho Date: Thu, 6 Jul 2017 16:22:39 -0300 Subject: [PATCH] spinner curio example in chapter 18b --- 18b-async-await/spinner_curio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18b-async-await/spinner_curio.py b/18b-async-await/spinner_curio.py index 169a941..0af06d8 100755 --- a/18b-async-await/spinner_curio.py +++ b/18b-async-await/spinner_curio.py @@ -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