From fbba87d8ac4f3c89b26e2da7462189e7e0b5a93d Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Mon, 28 Mar 2022 13:41:44 +0100 Subject: [PATCH] Update README.md --- boilerplates-concurrency/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplates-concurrency/README.md b/boilerplates-concurrency/README.md index 6ba3253..4634418 100644 --- a/boilerplates-concurrency/README.md +++ b/boilerplates-concurrency/README.md @@ -15,7 +15,7 @@ -#### Multi-processing +### Multi-processing * In multiprocessing, the original process is forked process into multiple child processes bypassing the GIL. * Each child process will have a copy of the entire program's memory.