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.