From 3882f1c4d49e7e4b3e6a4fd4ad651140fba01d3e Mon Sep 17 00:00:00 2001 From: Tyler Harper Date: Wed, 24 Apr 2019 14:19:48 -0400 Subject: [PATCH] fix spelling of careful Fixed spelling of careful --- docs/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure.rst b/docs/configure.rst index ddf749c..1507080 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -43,7 +43,7 @@ The number of workers to use in the cluster. Defaults to CPU count of the curren daemonize_workers ~~~~~~~~~~~~~~~~~ -Set the daemon flag when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be carefull with orphaned child processes in case of sudden termination of the main process. +Set the daemon flag when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be careful with orphaned child processes in case of sudden termination of the main process. Defaults to ``True``. recycle