From f8e0a7221e85355005d0f8c1084d7546115df8fb Mon Sep 17 00:00:00 2001 From: Jonno <1160532+razodactyl@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:23:58 +1000 Subject: [PATCH] Update manager.py (#2936) - Typo Co-authored-by: Adam Hopkins --- sanic/worker/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/worker/manager.py b/sanic/worker/manager.py index a8da5cc212..4c9487bc0f 100644 --- a/sanic/worker/manager.py +++ b/sanic/worker/manager.py @@ -323,7 +323,7 @@ def wait_for_ack(self): # no cov "One of your worker processes terminated before startup " "was completed. Please solve any errors experienced " "during startup. If you do not see an exception traceback " - "in your error logs, try running Sanic in in a single " + "in your error logs, try running Sanic in a single " "process using --single-process or single_process=True. " "Once you are confident that the server is able to start " "without errors you can switch back to multiprocess mode."