From b577a644318a03ae9bd31511cf92f477f076571d Mon Sep 17 00:00:00 2001 From: Jenni Rinker Date: Thu, 29 Aug 2024 22:16:39 +0300 Subject: [PATCH] formatting issues --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f85ec7..ec39225 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ A really cool example of using `asyncio` with the dakos program is in `extras/`. ## Lecture outline * Part 1: Processes, threads and THE GIL - * Part 2: Hands-on investigations of embarrassingly parallel problems - A. Multithreading with NumPy - B. The multiprocessing package - C. Blending processes and threads + * Part 2: Hands-on investigations of embarrassingly parallel problems + A. Multithreading with NumPy + B. The multiprocessing package + C. Blending processes and threads * Part 3: Going further and wrap-up