From a49680f789a48fe7e464ece111bbc561cd42da3c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 25 Feb 2020 12:03:38 +1100 Subject: [PATCH] Fix simple typo: constrast -> contrast (#1200) Closes #1199 --- rq/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rq/worker.py b/rq/worker.py index 8c89709..789a2e8 100644 --- a/rq/worker.py +++ b/rq/worker.py @@ -754,7 +754,7 @@ class Worker(object): os._exit(1) # os._exit() is the way to exit from childs after a fork(), in - # constrast to the regular sys.exit() + # contrast to the regular sys.exit() os._exit(0) def setup_work_horse_signals(self):