From f540f1e7c459faf0e3ded7e328058de1da362ea1 Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Fri, 21 Oct 2016 04:32:05 -0700 Subject: [PATCH] reverting reverted change --- docs/blueprints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blueprints.md b/docs/blueprints.md index e80a125e..e0fb09c7 100644 --- a/docs/blueprints.md +++ b/docs/blueprints.md @@ -83,7 +83,7 @@ def ignore_404s(request, exception): ## Start and Stop Blueprints and run functions during the start and stop process of the server. -If running in multiprocessor mode (more than 1 worker), these are triggered +If running in multiprocessor mode (more than 1 worker), these are triggered after the workers fork Available events are: * before_server_start - Executed before the server begins to accept connections