From d6bae15bcc63f3e62a785597649c1bb880e20793 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 5 Sep 2017 13:02:36 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bb2aea1..ae4003d 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Background: run stuff in the backround "An elegant decorator-based abstraction around Python 3's concurrent.futures ThreadPoolExecutor class" - — Simon Wilson + — Simon Willison This module makes it stupidly simple to run things in the background of your application, be it a CLI app, or a web app.